|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheObject | |
|---|---|
| iitb.con.caching | |
| Uses of CacheObject in iitb.con.caching |
|---|
| Methods in iitb.con.caching that return CacheObject | |
|---|---|
CacheObject |
LRUCache.get(K key)
Returns the cached object for the given key |
CacheObject |
Cache.get(K key)
Returns the cached object for the given key |
CacheObject |
MRUCache.get(K key)
Returns the instance from the cache for the given instance id |
| Methods in iitb.con.caching with parameters of type CacheObject | |
|---|---|
boolean |
LRUCache.put(K key,
CacheObject object)
Places the cache object in the cache using the key |
boolean |
Cache.put(K key,
CacheObject obj)
Places the cache object in the cache using the key |
boolean |
MRUCache.put(K key,
CacheObject obj)
Places the instance into the cache |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||