Uses of Interface
org.jboss.util.CachePolicy

Packages that use CachePolicy
org.jboss.util Utility classes and interfaces. 
 

Uses of CachePolicy in org.jboss.util
 

Classes in org.jboss.util that implement CachePolicy
 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.
 

Constructors in org.jboss.util with parameters of type CachePolicy
SynchronizedCachePolicy(CachePolicy delegate)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.