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
 CachedObject TurbineGlobalCacheService.getObject(java.lang.String id)
          Returns an item from the cache.
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).
 

Methods in org.apache.turbine.services.cache with parameters of type CachedObject
 void TurbineGlobalCacheService.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 GlobalCacheService.addObject(java.lang.String id, CachedObject o)
          Adds an object to the cache.
 



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