Package com.jme3.asset.cache
package com.jme3.asset.cache
-
ClassDescription
AssetCacheis an interface for asset caches.SimpleAssetCacheis an asset cache that caches assets without any automatic removal policy.A garbage collector bound asset cache that handles non-cloneable objects.WeakRefCloneAssetCachecaches cloneable assets in a weak-key cache, allowing them to be collected when memory is low.