org.shiftone.cache.decorator.sync
Class SyncCacheFactory

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

public class SyncCacheFactory
extends AbstractDecoratorCacheFactory

Version:
$Revision: 1.6 $
Author:
Jeff Drost

Constructor Summary
SyncCacheFactory()
           
 
Method Summary
 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

SyncCacheFactory

public SyncCacheFactory()
Method Detail

wrapDelegate

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

toString

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