Uses of Interface
org.apache.fulcrum.cache.Refreshable
-
Packages that use Refreshable Package Description org.apache.fulcrum.cache -
-
Uses of Refreshable in org.apache.fulcrum.cache
Classes in org.apache.fulcrum.cache with type parameters of type Refreshable Modifier and Type Class Description class
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.
-