Package com.jme3.asset.cache


package com.jme3.asset.cache
  • Class
    Description
    AssetCache is an interface for asset caches.
    SimpleAssetCache is an asset cache that caches assets without any automatic removal policy.
    A garbage collector bound asset cache that handles non-cloneable objects.
    WeakRefCloneAssetCache caches cloneable assets in a weak-key cache, allowing them to be collected when memory is low.