OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smartcache
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetCache.java
53
private final WeakHashMap<AssetKey, SmartAssetInfo>
smartCache
73
smartCache
.put(key, smartInfo);
89
return
smartCache
.remove(key) != null;
106
return
smartCache
.get(key).asset;
119
return
smartCache
.get(key);
128
smartCache
.clear();
Completed in 282 milliseconds