Uses of Interface
org.apache.fulcrum.cache.Refreshable
Packages that use Refreshable
-
Uses of Refreshable in org.apache.fulcrum.cache
Classes in org.apache.fulcrum.cache with type parameters of type RefreshableModifier and TypeClassDescriptionclass
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.