|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheObject | |
com.bbn.openmap.dataAccess.image | |
com.bbn.openmap.util.cacheHandler | Provides utility code for a data cache. |
Uses of CacheObject in com.bbn.openmap.dataAccess.image |
Methods in com.bbn.openmap.dataAccess.image that return CacheObject | |
CacheObject |
ImageTile.Cache.load(java.lang.Object key)
Returns a CacheObject that will be loaded into the cache. |
Uses of CacheObject in com.bbn.openmap.util.cacheHandler |
Fields in com.bbn.openmap.util.cacheHandler declared as CacheObject | |
protected CacheObject[] |
CacheHandler.objs
|
Methods in com.bbn.openmap.util.cacheHandler that return CacheObject | |
abstract CacheObject |
CacheHandler.load(java.lang.Object key)
Called from get if the key doesn't exist, to "load" the new object into the cache before returning it. |
CacheObject |
CacheHandler.searchCache(java.lang.Object key)
Search the cache for a match -return null if not found. |
Methods in com.bbn.openmap.util.cacheHandler with parameters of type CacheObject | |
protected void |
CacheHandler.replaceLeastUsed(CacheObject newObj)
If there is space in the cache, put the object in. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |