public class CacheServiceImpl extends Object implements CacheService
CacheService
Constructor and Description |
---|
CacheServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clearKfsBusinessObjectCache(Class boClass) |
void |
clearNamedCache(String cacheName) |
void |
clearSystemCaches()
Clears system cache including spring service method cache and KIM cache
|
public CacheServiceImpl()
public void clearSystemCaches()
CacheService
clearSystemCaches
in interface CacheService
org.kuali.ole.sys.batch.service.CacheService#clearSystemCache()
public void clearNamedCache(String cacheName)
clearNamedCache
in interface CacheService
public void clearKfsBusinessObjectCache(Class boClass)
clearKfsBusinessObjectCache
in interface CacheService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.