Uses of Class
org.craftercms.core.exception.InvalidScopeException
Packages that use InvalidScopeException
Package
Description
-
Uses of InvalidScopeException in org.craftercms.core.cache
Methods in org.craftercms.core.cache that throw InvalidScopeExceptionModifier and TypeMethodDescriptionvoidCache.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.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.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 InvalidScopeException in org.craftercms.core.cache.impl
Methods in org.craftercms.core.cache.impl that throw InvalidScopeExceptionModifier and TypeMethodDescriptionvoidCacheImpl.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.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.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 InvalidScopeException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw InvalidScopeExceptionModifier and TypeMethodDescriptiondefault ContentContentStoreService.getContent(Context context, String url) Returns the content of the file for the given url. -
Uses of InvalidScopeException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw InvalidScopeExceptionModifier and TypeMethodDescriptionContentStoreServiceImpl.getContent(Context context, CachingOptions cachingOptions, String url) Returns the content of the file for the given url. -
Uses of InvalidScopeException in org.craftercms.core.store.impl
Methods in org.craftercms.core.store.impl that throw InvalidScopeExceptionModifier and TypeMethodDescriptionbooleanAbstractFileBasedContentStoreAdapter.doExists(Context context, CachingOptions cachingOptions, String path)