org.kuali.rice.core.impl.cache
Class GlobalCacheManager

java.lang.Object
  extended by org.kuali.rice.core.impl.cache.GlobalCacheManager
All Implemented Interfaces:
org.springframework.cache.CacheManager

public class GlobalCacheManager
extends Object
implements org.springframework.cache.CacheManager


Constructor Summary
GlobalCacheManager()
           
 
Method Summary
 org.springframework.cache.Cache getCache(String name)
           
 Collection<String> getCacheNames()
           
 void setCacheManagerRegistry(CacheManagerRegistry cacheManagerRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalCacheManager

public GlobalCacheManager()
Method Detail

getCache

public org.springframework.cache.Cache getCache(String name)
Specified by:
getCache in interface org.springframework.cache.CacheManager

getCacheNames

public Collection<String> getCacheNames()
Specified by:
getCacheNames in interface org.springframework.cache.CacheManager

setCacheManagerRegistry

public void setCacheManagerRegistry(CacheManagerRegistry cacheManagerRegistry)


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.