Uses of Interface
org.craftercms.core.service.CacheService
-
Packages that use CacheService Package Description org.craftercms.core.service.impl org.craftercms.core.util.cache org.craftercms.core.util.cache.impl -
-
Uses of CacheService in org.craftercms.core.service.impl
Classes in org.craftercms.core.service.impl that implement CacheService Modifier and Type Class Description classCacheServiceImplDefault implementation ofCacheService. -
Uses of CacheService in org.craftercms.core.util.cache
Methods in org.craftercms.core.util.cache that return CacheService Modifier and Type Method Description CacheServiceCacheTemplate. getCacheService()Returns the underlying cache service used. -
Uses of CacheService in org.craftercms.core.util.cache.impl
Methods in org.craftercms.core.util.cache.impl that return CacheService Modifier and Type Method Description CacheServiceDefaultCacheTemplate. getCacheService()Methods in org.craftercms.core.util.cache.impl with parameters of type CacheService Modifier and Type Method Description voidDefaultCacheTemplate. setCacheService(CacheService cacheService)
-