Package org.cxbox.core.config.cache
Class CxboxCachingService
java.lang.Object
org.cxbox.core.config.cache.CxboxCachingService
@Component
@CacheConfig(cacheResolver="cxboxCacheResolver")
public class CxboxCachingService
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
CxboxCachingService
public CxboxCachingService()
-
-
Method Details
-
evictUiCache
@CacheEvict(cacheNames="widgetcache", allEntries=true) public void evictUiCache() -
evictUserCache
@CacheEvict(cacheNames="userCache", allEntries=true) public void evictUserCache() -
evictRequestCache
@CacheEvict(cacheNames="requestCache", allEntries=true) public void evictRequestCache()
-