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

Packages that use ObjectExpiredException
org.apache.fulcrum.cache   
org.apache.fulcrum.cache.impl   
 

Uses of ObjectExpiredException in org.apache.fulcrum.cache
 

Methods in org.apache.fulcrum.cache that throw ObjectExpiredException
 CachedObject GlobalCacheService.getObject(String id)
          Gets a cached object given its id (a String).
 

Uses of ObjectExpiredException in org.apache.fulcrum.cache.impl
 

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



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