Package org.apache.fulcrum.cache
package org.apache.fulcrum.cache
-
ClassDescriptionCachedObject<T>Wrapper for an object you want to store in a cache for a period of time.GlobalCacheService interface.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.RefreshableCachedObject<T extends Refreshable>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.