org.kuali.rice.core.impl.cache
Class GlobalCacheManager
java.lang.Object
org.kuali.rice.core.impl.cache.GlobalCacheManager
- All Implemented Interfaces:
- org.springframework.cache.CacheManager
public class GlobalCacheManager
- extends Object
- implements org.springframework.cache.CacheManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalCacheManager
public GlobalCacheManager()
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.