org.jboss.metadata.plugins.cache
Class ConcurrentLRUCachePolicyFactory
java.lang.Object
org.jboss.metadata.plugins.cache.ConcurrentLRUCachePolicyFactory
- All Implemented Interfaces:
- CachePolicyFactory
public class ConcurrentLRUCachePolicyFactory
- extends Object
- implements CachePolicyFactory
Concurrent LRU cache policy factory.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentLRUCachePolicyFactory
public ConcurrentLRUCachePolicyFactory(int min,
int max)
createCachePolicy
public org.jboss.util.CachePolicy createCachePolicy()
- Description copied from interface:
CachePolicyFactory
- Create cache policy.
- Specified by:
createCachePolicy
in interface CachePolicyFactory
- Returns:
- the cache policy
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.