public class GlobalCacheManager extends Object implements org.springframework.cache.CacheManager
Constructor and Description |
---|
GlobalCacheManager() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cache.Cache |
getCache(String name) |
Collection<String> |
getCacheNames() |
void |
setCacheManagerRegistry(CacheManagerRegistry cacheManagerRegistry) |
public GlobalCacheManager()
public org.springframework.cache.Cache getCache(String name)
getCache
in interface org.springframework.cache.CacheManager
public Collection<String> getCacheNames()
getCacheNames
in interface org.springframework.cache.CacheManager
public void setCacheManagerRegistry(CacheManagerRegistry cacheManagerRegistry)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.