org.shiftone.cache.decorator.soft
Class SoftCacheFactory

java.lang.Object
  extended byorg.shiftone.cache.util.AbstractDecoratorCacheFactory
      extended byorg.shiftone.cache.decorator.soft.SoftCacheFactory
All Implemented Interfaces:
CacheFactory

public class SoftCacheFactory
extends AbstractDecoratorCacheFactory

Version:
$Revision: 1.8 $
Author:
Jeff Drost

Constructor Summary
SoftCacheFactory()
           
 
Method Summary
 long getPeriod()
           
 void setPeriod(long period)
           
 java.lang.String toString()
           
protected  Cache wrapDelegate(java.lang.String cacheName, Cache delegateCache)
           
 
Methods inherited from class org.shiftone.cache.util.AbstractDecoratorCacheFactory
getDelegate, newInstance, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftCacheFactory

public SoftCacheFactory()
Method Detail

wrapDelegate

protected Cache wrapDelegate(java.lang.String cacheName,
                             Cache delegateCache)
Specified by:
wrapDelegate in class AbstractDecoratorCacheFactory

getPeriod

public long getPeriod()

setPeriod

public void setPeriod(long period)

toString

public java.lang.String toString()
Overrides:
toString in class AbstractDecoratorCacheFactory