org.jboss.metadata.plugins.cache
Interface CachePolicyFactory

All Known Implementing Classes:
ConcurrentLRUCachePolicyFactory, LRUCachePolicyFactory, SynchronizedCachePolicyFactory, TimedCachePolicyFactory

public interface CachePolicyFactory

Cache policy factory.

Author:
Ales Justin

Method Summary
 org.jboss.util.CachePolicy createCachePolicy()
          Create cache policy.
 

Method Detail

createCachePolicy

org.jboss.util.CachePolicy createCachePolicy()
Create cache policy.

Returns:
the cache policy


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.