Package org.apache.turbine.services.cache

Global caching service for java objects.

See:
          Description

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.
TurbineGlobalCache This is a Facade class for GlobalCacheService.
TurbineGlobalCacheService This Service functions as a Global Cache.
 

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

Package org.apache.turbine.services.cache Description

Global caching service for java objects.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $



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