|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.batch.service.impl.CacheServiceImpl
public class CacheServiceImpl
CacheService
Constructor Summary | |
---|---|
CacheServiceImpl()
|
Method Summary | |
---|---|
protected void |
clearKIMCache()
Clears out KIM cache by calling flush methods on role and identity services |
protected void |
clearMethodCache()
Clears out service methods cache by calling adminstrators flushAll |
protected void |
clearParameterCache()
Clears out parameter cache by calling flush method on parameter service |
void |
clearSystemCache()
Clears system cache including spring service method cache and KIM cache |
protected List<com.opensymphony.oscache.general.GeneralCacheAdministrator> |
getCacheAdminstrators()
Gets the cacheAdminstrators attribute. |
protected org.kuali.rice.kim.service.IdentityManagementService |
getIdentityManagementService()
Gets the identityManagementService attribute. |
protected org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
protected org.kuali.rice.kim.service.RoleManagementService |
getRoleManagementService()
Gets the roleManagementService attribute. |
void |
setCacheAdminstrators(List<com.opensymphony.oscache.general.GeneralCacheAdministrator> cacheAdminstrators)
Sets the cacheAdminstrators attribute value. |
void |
setIdentityManagementService(org.kuali.rice.kim.service.IdentityManagementService identityManagementService)
Sets the identityManagementService attribute value. |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
void |
setRoleManagementService(org.kuali.rice.kim.service.RoleManagementService roleManagementService)
Sets the roleManagementService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheServiceImpl()
Method Detail |
---|
public void clearSystemCache()
CacheService
clearSystemCache
in interface CacheService
CacheService.clearSystemCache()
protected void clearMethodCache()
protected void clearKIMCache()
protected void clearParameterCache()
protected List<com.opensymphony.oscache.general.GeneralCacheAdministrator> getCacheAdminstrators()
public void setCacheAdminstrators(List<com.opensymphony.oscache.general.GeneralCacheAdministrator> cacheAdminstrators)
cacheAdminstrators
- The cacheAdminstrators to set.protected org.kuali.rice.kim.service.RoleManagementService getRoleManagementService()
public void setRoleManagementService(org.kuali.rice.kim.service.RoleManagementService roleManagementService)
roleManagementService
- The roleManagementService to set.protected org.kuali.rice.kim.service.IdentityManagementService getIdentityManagementService()
public void setIdentityManagementService(org.kuali.rice.kim.service.IdentityManagementService identityManagementService)
identityManagementService
- The identityManagementService to set.protected org.kuali.rice.kns.service.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService
- The parameterService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |