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 Constructor Description CxboxCachingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevictRequestCache()voidevictUiCache()voidevictUserCache()
-
-
-
Method Detail
-
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()
-
-