com.clickntap.tool.cache
Class EhCacheManager

java.lang.Object
  extended by com.clickntap.tool.cache.EhCacheManager
All Implemented Interfaces:
CacheManager

public class EhCacheManager
extends Object
implements CacheManager


Constructor Summary
EhCacheManager()
           
 
Method Summary
 boolean containsCache(String cacheName)
           
 Cache getCache(String cacheName)
           
 void reset()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheManager

public EhCacheManager()
Method Detail

getCache

public Cache getCache(String cacheName)
               throws Exception
Specified by:
getCache in interface CacheManager
Throws:
Exception

containsCache

public boolean containsCache(String cacheName)
Specified by:
containsCache in interface CacheManager

reset

public void reset()
Specified by:
reset in interface CacheManager

shutdown

public void shutdown()


Copyright © 2014. All rights reserved.