|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Global caching service for java objects.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |