com.clickntap.tool.cache
Interface CacheManager

All Known Implementing Classes:
EhCacheManager, MemoryCacheManager

public interface CacheManager


Method Summary
 boolean containsCache(String cacheName)
           
 Cache getCache(String cacheName)
           
 void reset()
           
 

Method Detail

getCache

Cache getCache(String cacheName)
               throws Exception
Throws:
Exception

containsCache

boolean containsCache(String cacheName)

reset

void reset()


Copyright © 2014. All rights reserved.