public class CacheAdminServiceImpl extends Object implements CacheAdminService, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CacheAdminServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
flush(Collection<CacheTarget> cacheTargets)
Flushes an object or group of objects from the cache based on a cache target.
|
protected void |
logCacheFlush(Collection<CacheTarget> cacheTargets) |
void |
setCacheManager(org.springframework.cache.CacheManager cacheManager) |
public CacheAdminServiceImpl()
public void flush(Collection<CacheTarget> cacheTargets) throws RiceIllegalArgumentException
CacheAdminServiceflush in interface CacheAdminServicecacheTargets - a collection of targets to flushRiceIllegalArgumentException - if cacheTargets contains any null items.protected void logCacheFlush(Collection<CacheTarget> cacheTargets)
public void setCacheManager(org.springframework.cache.CacheManager cacheManager)
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2005–2014 The Kuali Foundation. All rights reserved.