|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedObject | |
---|---|
org.apache.fulcrum.cache | |
org.apache.fulcrum.cache.impl |
Uses of CachedObject in org.apache.fulcrum.cache |
---|
Subclasses of CachedObject in org.apache.fulcrum.cache | |
---|---|
class |
RefreshableCachedObject
The idea of the RefreshableCachedObject is that, rather than removing items from the cache when they become stale, we'll tell them to refresh themselves instead. |
Methods in org.apache.fulcrum.cache that return CachedObject | |
---|---|
CachedObject |
GlobalCacheService.getObject(String id)
Gets a cached object given its id (a String). |
Methods in org.apache.fulcrum.cache with parameters of type CachedObject | |
---|---|
void |
GlobalCacheService.addObject(String id,
CachedObject o)
Adds an object to the cache. |
Uses of CachedObject in org.apache.fulcrum.cache.impl |
---|
Methods in org.apache.fulcrum.cache.impl that return CachedObject | |
---|---|
CachedObject |
JCSCacheService.getObject(String id)
|
CachedObject |
EHCacheService.getObject(String id)
|
CachedObject |
DefaultGlobalCacheService.getObject(String id)
Returns an item from the cache. /** Returns an item from the cache. |
Methods in org.apache.fulcrum.cache.impl with parameters of type CachedObject | |
---|---|
void |
JCSCacheService.addObject(String id,
CachedObject o)
|
void |
EHCacheService.addObject(String id,
CachedObject o)
|
void |
DefaultGlobalCacheService.addObject(String id,
CachedObject o)
Adds an object to the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |