Uses of Class
org.craftercms.core.exception.CacheException
-
Packages that use CacheException Package Description org.craftercms.core.controller.rest org.craftercms.core.exception -
-
Uses of CacheException in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest that throw CacheException Modifier and Type Method Description Map<String,Object>CacheRestController. clearAllScopes(String token)Map<String,Object>CacheRestController. clearScope(String contextId, String token) -
Uses of CacheException in org.craftercms.core.exception
Subclasses of CacheException in org.craftercms.core.exception Modifier and Type Class Description classInternalCacheEngineExceptionThrown when an error occurs in the underlying cache implementation used.classInvalidScopeExceptionThrown to indicate that a specified scope is not valid, that is, it is not registered in the cache.
-