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

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

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

Methods in org.apache.turbine.services.cache that throw ObjectExpiredException
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.
 



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