Uses of Interface
org.craftercms.core.cache.impl.CacheRefresher
-
Packages that use CacheRefresher Package Description org.craftercms.core.cache.impl -
-
Uses of CacheRefresher in org.craftercms.core.cache.impl
Classes in org.craftercms.core.cache.impl that implement CacheRefresher Modifier and Type Class Description classCacheRefresherImplDefault implementation ofCacheRefresher.Fields in org.craftercms.core.cache.impl declared as CacheRefresher Modifier and Type Field Description protected CacheRefresherCacheImpl. cacheRefresherUsed to refresh a list of items.Methods in org.craftercms.core.cache.impl with parameters of type CacheRefresher Modifier and Type Method Description voidCacheImpl. setCacheRefresher(CacheRefresher cacheRefresher)Sets theCacheRefresher, used to refresh the items of the cache.
-