org.jboss.ejb.plugins
Interface EnterpriseContextCachePolicy
- All Superinterfaces:
- CachePolicy, Service
- All Known Implementing Classes:
- LRUEnterpriseContextCachePolicy, NoPassivationCachePolicy
- public interface EnterpriseContextCachePolicy
- extends CachePolicy
Interface that specifies a policy for caches.
Implementation classes can implement a LRU policy, a random one,
a MRU one, or any other suitable policy.
- Version:
- $Revision: 1.4.4.1 $
- Author:
- Simone Bordet (simone.bordet@compaq.com)
- See Also:
AbstractInstanceCache
scheduler
public static final EnterpriseContextCachePolicy.Scheduler scheduler
Copyright © 2000 The JBoss Organization. All Rights Reserved.