Uses of Class
org.craftercms.core.exception.InternalCacheEngineException
Packages that use InternalCacheEngineException
Package
Description
-
Uses of InternalCacheEngineException in org.craftercms.core.cache
Methods in org.craftercms.core.cache that throw InternalCacheEngineExceptionModifier and TypeMethodDescriptionvoidAdds a new scope to the cache.voidCache.clearAll()Clears the contents of the entire cache.voidCache.clearScope(String scope) Clears the contents of the specified scope in the cache.Retrieves an item from a scope.Returns a list of the keys of the items present in the specified scope.Cache.getScopes()Returns the list of scopes this cache manages.intReturns the quantity of items present in the specified scope.booleanReturns true if there's and item with the specified key in the specified scope.booleanReturns true if the specified scope exists in the cache.voidPuts an item in a scope.voidCache.put(String scope, Object key, Object value, long expireAfter, long refreshFrequency, CacheLoader loader, Object... loaderParams) Puts and item in a scope.booleanRemoves an item from a scope.voidCache.removeScope(String scope) Removes an existing scope and all the items that are in it. -
Uses of InternalCacheEngineException in org.craftercms.core.cache.impl
Methods in org.craftercms.core.cache.impl that throw InternalCacheEngineExceptionModifier and TypeMethodDescriptionvoidAdds a new scope to the cache.voidCacheImpl.clearAll()Clears the contents of the entire cache.voidCacheImpl.clearScope(String scope) Clears the contents of the specified scope in the cache.Retrieves an item from a scope.Returns a list of the keys of the items present in the specified scope.CacheImpl.getScopes()Returns the list of scopes this cache manages.intReturns the quantity of items present in the specified scope.booleanReturns true if there's and item with the specified key in the specified scope.booleanReturns true if the specified scope exists in the cache.voidPuts an item in a scope.voidCacheImpl.put(String scope, Object key, Object value, long expireAfter, long refreshFrequency, CacheLoader loader, Object... loaderParams) Puts and item in a scope.booleanRemoves an item from a scope.voidCacheImpl.removeScope(String scope) Removes an existing scope and all the items that are in it. -
Uses of InternalCacheEngineException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw InternalCacheEngineExceptionModifier and TypeMethodDescriptionvoidAdds a new scope to the cache for the given context.voidCacheService.clearAll()Clears the contents of the entire cache.voidCacheService.clearScope(Context context) Clears the contents of the scope of the given context.Retrieves an item's value from the scope of the given context, or null if not found.Retrieves an item from the scope of the given context, or null if not found.Collection<?>Returns a list of the keys of the items present in the scope of the given context.CacheService.getScopes()Returns the list of scopes this cache manages.intReturns the quantity of items present in scope of the given context.booleanReturns true if there's and item with the specified key in the scope of the given context.booleanReturns true if the scope of the given context exists.voidPuts an item in the scope of the given context.voidCacheService.put(Context context, Object key, Object value, CachingOptions cachingOptions, CacheLoader loader, Object... loaderParams) Puts and item in the scope of the given context.booleanRemoves an item from the scope of the given context.voidCacheService.removeScope(Context context) Removes the scope associated to the given context -
Uses of InternalCacheEngineException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw InternalCacheEngineExceptionModifier and TypeMethodDescriptionvoidvoidCacheServiceImpl.clearAll()voidCacheServiceImpl.clearScope(Context context) Collection<?>CacheServiceImpl.getScopes()intbooleanbooleanvoidvoidCacheServiceImpl.put(Context context, Object key, Object value, CachingOptions cachingOptions, CacheLoader loader, Object... loaderParams) booleanvoidCacheServiceImpl.removeScope(Context context)