Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.jme3.asset.cache Classes and Interfaces - 4 results found.
| Name | Description | Type | Package | Framework |
| AssetCache | AssetCache is an interface for asset caches. | Interface | com.jme3.asset.cache | JMonkeyEngine |
|
| SimpleAssetCache | SimpleAssetCache is an asset cache that caches assets without any automatic removal policy. | Class | com.jme3.asset.cache | JMonkeyEngine |
|
| WeakRefAssetCache | A garbage collector bound asset cache that handles non-clonable objects. | Class | com.jme3.asset.cache | JMonkeyEngine |
|
| WeakRefCloneAssetCache | caches cloneable assets in a weak-key cache, allowing them to be collected when memory is low. | Class | com.jme3.asset.cache | JMonkeyEngine |