Package org.apache.fulcrum.cache

Interface Summary
GlobalCacheService GlobalCacheService interface.
Refreshable This is the interface for objects you want to refresh themselves from the cache.
 

Class Summary
CachedObject Wrapper for an object you want to store in a cache for a period of time.
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.
 

Exception Summary
ObjectExpiredException Exception thrown when an item either does not exist or has expired from the GlobalCache.
 



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