Uses of Interface
org.craftercms.core.cache.CacheLoader
-
Packages that use CacheLoader Package Description org.craftercms.core.cache org.craftercms.core.cache.impl org.craftercms.core.service org.craftercms.core.service.impl org.craftercms.core.util.cache.impl -
-
Uses of CacheLoader in org.craftercms.core.cache
Methods in org.craftercms.core.cache that return CacheLoader Modifier and Type Method Description CacheLoaderCacheItem. getLoader()Returns theCacheLoaderused to refresh this item.Methods in org.craftercms.core.cache with parameters of type CacheLoader Modifier and Type Method Description voidCache. put(String scope, Object key, Object value, long expireAfter, long refreshFrequency, CacheLoader loader, Object... loaderParams)Puts and item in a scope. -
Uses of CacheLoader in org.craftercms.core.cache.impl
Fields in org.craftercms.core.cache.impl declared as CacheLoader Modifier and Type Field Description protected CacheLoaderCacheItemImpl. loaderMethods in org.craftercms.core.cache.impl that return CacheLoader Modifier and Type Method Description CacheLoaderCacheItemImpl. getLoader()Returns theCacheLoaderused to refresh this item.Methods in org.craftercms.core.cache.impl with parameters of type CacheLoader Modifier and Type Method Description voidCacheImpl. put(String scope, Object key, Object value, long expireAfter, long refreshFrequency, CacheLoader loader, Object... loaderParams)Puts and item in a scope.Constructors in org.craftercms.core.cache.impl with parameters of type CacheLoader Constructor Description CacheItemImpl(String scope, long ticksAtCreation, Object key, Object value, long ticksToExpire, long ticksToRefresh, CacheLoader loader, Object[] loaderParams)Value constructor. -
Uses of CacheLoader in org.craftercms.core.service
Methods in org.craftercms.core.service with parameters of type CacheLoader Modifier and Type Method Description voidCacheService. put(Context context, Object key, Object value, CachingOptions cachingOptions, CacheLoader loader, Object... loaderParams)Puts and item in the scope of the given context. -
Uses of CacheLoader in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl with parameters of type CacheLoader Modifier and Type Method Description voidCacheServiceImpl. put(Context context, Object key, Object value, CachingOptions cachingOptions, CacheLoader loader, Object... loaderParams) -
Uses of CacheLoader in org.craftercms.core.util.cache.impl
Methods in org.craftercms.core.util.cache.impl that return CacheLoader Modifier and Type Method Description protected <T> CacheLoaderDefaultCacheTemplate. getCacheLoader(org.craftercms.commons.lang.Callback<T> callback, long refreshFrequency)
-