org.shiftone.cache
Interface CacheFactory

All Known Implementing Classes:
AbstractClusterCacheFactory, AbstractDecoratorCacheFactory, AbstractPolicyCacheFactory, OroCacheFactory, SingleCacheFactory, TandemCacheFactory, ZeroCacheFactory

public interface CacheFactory

Version:
$Revision: 1.8 $
Author:
Jeff Drost

Method Summary
 Cache newInstance(java.lang.String cacheName, long timeoutMilliSeconds, int maxSize)
           
 

Method Detail

newInstance

public Cache newInstance(java.lang.String cacheName,
                         long timeoutMilliSeconds,
                         int maxSize)