Uses of Interface
de.hybris.platform.regioncache.CacheController
-
-
Uses of CacheController in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl that return CacheController Modifier and Type Method Description protected CacheControllerDefaultCmsCacheService. getCacheController()Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type CacheController Modifier and Type Method Description voidDefaultCmsCacheService. setCacheController(CacheController cacheController) -
Uses of CacheController in de.hybris.platform.cache.impl
Constructors in de.hybris.platform.cache.impl with parameters of type CacheController Constructor Description RegionCacheAdapter(Tenant tenant, CacheController controller) -
Uses of CacheController in de.hybris.platform.media.storage.impl
Methods in de.hybris.platform.media.storage.impl with parameters of type CacheController Modifier and Type Method Description voidDefaultLocalMediaFileCacheService. setCacheController(CacheController cacheController)Constructors in de.hybris.platform.media.storage.impl with parameters of type CacheController Constructor Description MediaCacheRecreator(java.io.File mainDataDir, CacheController cacheController) -
Uses of CacheController in de.hybris.platform.regioncache
Classes in de.hybris.platform.regioncache that implement CacheController Modifier and Type Class Description classDefaultCacheControllerMain point connecting platform with cache.
Class is responsible for:
Cache configuration: gathers cache regions, region resolvers and invalidation filters in one place. Resolves cache region using resolvers. Processes adding from cache. Processes invalidating cache units. Decides whether using cache registry or not.Methods in de.hybris.platform.regioncache that return CacheController Modifier and Type Method Description CacheControllerDefaultCacheController. unwrap()Deprecated.since 5.0 -
Uses of CacheController in de.hybris.platform.regioncache.test
Fields in de.hybris.platform.regioncache.test declared as CacheController Modifier and Type Field Description protected CacheControllerCacheBlockingOnEvictionTest. controllerprotected CacheControllerCacheKeyTest. controllerprotected CacheControllerMultiThreadedDataValidityTest. controller -
Uses of CacheController in de.hybris.platform.scripting.engine.internal.cache.impl
Methods in de.hybris.platform.scripting.engine.internal.cache.impl with parameters of type CacheController Modifier and Type Method Description voidDefaultScriptExecutableCacheService. setCacheController(CacheController cacheController) -
Uses of CacheController in de.hybris.platform.solrfacetsearch.config.cache.impl
Methods in de.hybris.platform.solrfacetsearch.config.cache.impl with parameters of type CacheController Modifier and Type Method Description voidDefaultFacetSearchConfigCacheService. setCacheController(CacheController cacheController)
-