Uses of Class
org.apache.turbine.services.cache.CachedObject

Packages that use CachedObject
org.apache.turbine.services.cache Global caching service for java objects. 
 

Uses of CachedObject in org.apache.turbine.services.cache
 

Subclasses of CachedObject in org.apache.turbine.services.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.turbine.services.cache that return CachedObject
static CachedObject TurbineGlobalCache.getObject(java.lang.String id)
          Gets a cached object given its id (a String).
 CachedObject GlobalCacheService.getObject(java.lang.String id)
          Gets a cached object given its id (a String).
 CachedObject TurbineGlobalCacheService.getObject(java.lang.String id)
          Returns an item from the cache.
 

Methods in org.apache.turbine.services.cache with parameters of type CachedObject
static void TurbineGlobalCache.addObject(java.lang.String id, CachedObject o)
          Adds an object to the cache.
 void GlobalCacheService.addObject(java.lang.String id, CachedObject o)
          Adds an object to the cache.
 void TurbineGlobalCacheService.addObject(java.lang.String id, CachedObject o)
          Adds an object to the cache.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.