站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Interface org.jboss.util.CachePolicy (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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.