Uses of Interface
org.jboss.util.CachePolicy
-
Packages that use CachePolicy Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of CachePolicy in org.jboss.util
Classes in org.jboss.util that implement CachePolicy Modifier and Type Class Description class
LRUCachePolicy
Implementation of a Least Recently Used cache policy.class
SynchronizedCachePolicy
A synchronized cache policy wrapper.class
TimedCachePolicy
An implementation of a timed cache.Fields in org.jboss.util declared as CachePolicy Modifier and Type Field Description private CachePolicy
SynchronizedCachePolicy. delegate
Constructors in org.jboss.util with parameters of type CachePolicy Constructor Description SynchronizedCachePolicy(CachePolicy delegate)
-