org.kuali.rice.core.impl.cache
Class CacheServiceImpl
java.lang.Object
org.kuali.rice.core.impl.cache.CacheServiceImpl
- All Implemented Interfaces:
- CacheService, org.springframework.beans.factory.InitializingBean
public class CacheServiceImpl
- extends Object
- implements CacheService, org.springframework.beans.factory.InitializingBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheServiceImpl
public CacheServiceImpl()
flush
public void flush(Collection<CacheTarget> cacheTargets)
throws RiceIllegalArgumentException
- Description copied from interface:
CacheService
- Flushes an object from the cache based on a cache target.
- Specified by:
flush
in interface CacheService
- Parameters:
cacheTargets
- the targets to flush. cannot be null or contain null items
- Throws:
RiceIllegalArgumentException
setCacheManager
public void setCacheManager(org.springframework.cache.CacheManager cacheManager)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.