Package com.jme3.asset.cache

Interface Summary
AssetCache AssetCache is an interface for asset caches.
 

Class Summary
SimpleAssetCache SimpleAssetCache is an asset cache that caches assets without any automatic removal policy.
WeakRefAssetCache A garbage collector bound asset cache that handles non-clonable objects.
WeakRefCloneAssetCache caches cloneable assets in a weak-key cache, allowing them to be collected when memory is low.