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 classLRUCachePolicyImplementation of a Least Recently Used cache policy.classSynchronizedCachePolicyA synchronized cache policy wrapper.classTimedCachePolicyAn implementation of a timed cache.Fields in org.jboss.util declared as CachePolicy Modifier and Type Field Description private CachePolicySynchronizedCachePolicy. delegateConstructors in org.jboss.util with parameters of type CachePolicy Constructor Description SynchronizedCachePolicy(CachePolicy delegate)
-