Uses of Class
org.apache.fulcrum.cache.ObjectExpiredException
-
Packages that use ObjectExpiredException Package Description 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 Modifier and Type Method Description <T> CachedObject<T>
GlobalCacheService. getObject(String objectId)
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 Modifier and Type Method Description <T> CachedObject<T>
DefaultGlobalCacheService. getObject(String objectId)
Returns an item from the cache. /** Returns an item from the cache.<T> CachedObject<T>
EHCacheService. getObject(String objectId)
<T> CachedObject<T>
JCSCacheService. getObject(String objectId)
-