Class SimpleAssetCache

java.lang.Object
com.jme3.asset.cache.SimpleAssetCache
All Implemented Interfaces:
AssetCache

public class SimpleAssetCache extends Object implements AssetCache
SimpleAssetCache is an asset cache that caches assets without any automatic removal policy. The user is expected to manually call deleteFromCache(com.jme3.asset.AssetKey) to delete any assets.