Uses of Class
org.apache.fulcrum.cache.CachedObject

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.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.