All Classes and Interfaces
Class
Description
Wrapper for an object you want to store in a cache for a period of time.
This Service functions as a Global Cache.
Default implementation of EHCacheService (Ehcache 2)
GlobalCacheService interface.
Default implementation of JCSCacheService
Exception thrown when an item either does not exist or has expired from the
GlobalCache.
This is the interface for objects you want to refresh themselves from the
cache.
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.