nl.surfnet.coin.shared.cache
Class ConextNoOpCacheManager

java.lang.Object
  extended by org.springframework.cache.support.NoOpCacheManager
      extended by nl.surfnet.coin.shared.cache.ConextNoOpCacheManager
All Implemented Interfaces:
org.springframework.cache.CacheManager

public class ConextNoOpCacheManager
extends org.springframework.cache.support.NoOpCacheManager

Cache Manager that can deal with a CacheManager for compatibility reasons, but does not actually cache anything


Constructor Summary
ConextNoOpCacheManager()
           
 
Method Summary
 void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
           
 
Methods inherited from class org.springframework.cache.support.NoOpCacheManager
getCache, getCacheNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConextNoOpCacheManager

public ConextNoOpCacheManager()
Method Detail

setCacheManager

public void setCacheManager(net.sf.ehcache.CacheManager cacheManager)


Copyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.