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

Packages that use CachedObject
org.apache.turbine.services.cache   
 

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
 CachedObject GlobalCacheService.getObject(java.lang.String id)
          Gets a cached object given its id (a String).
static CachedObject TurbineGlobalCache.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
 void GlobalCacheService.addObject(java.lang.String id, CachedObject o)
          Adds an object to the cache.
static void TurbineGlobalCache.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 © 1999-2001 Apache Software Foundation. All Rights Reserved.