Uses of Interface
de.hybris.platform.regioncache.CacheController
Packages that use CacheController
Package
Description
-
Uses of CacheController in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions that return CacheControllerModifier and TypeMethodDescriptionprotected CacheControllerDefaultReadPermissionCache.getCacheController()Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidDefaultReadPermissionCache.setCacheController(CacheController cacheController) -
Uses of CacheController in com.hybris.backoffice.cockpitng.user.cache.impl
Methods in com.hybris.backoffice.cockpitng.user.cache.impl that return CacheControllerModifier and TypeMethodDescriptionprotected CacheControllerBackofficeCockpitUserServiceCacheImpl.getCacheController()Methods in com.hybris.backoffice.cockpitng.user.cache.impl with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidBackofficeCockpitUserServiceCacheImpl.setCacheController(CacheController cacheController) -
Uses of CacheController in com.hybris.backoffice.labels.cache.impl
Methods in com.hybris.backoffice.labels.cache.impl that return CacheControllerModifier and TypeMethodDescriptionprotected CacheControllerBackofficeLabelServiceCache.getCacheController()Methods in com.hybris.backoffice.labels.cache.impl with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidBackofficeLabelServiceCache.setCacheController(CacheController cacheController) -
Uses of CacheController in com.hybris.backoffice.search.cache.impl
Methods in com.hybris.backoffice.search.cache.impl that return CacheControllerMethods in com.hybris.backoffice.search.cache.impl with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidDefaultBackofficeDeletedItemCache.setDefaultCacheController(CacheController defaultCacheController) -
Uses of CacheController in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl that return CacheControllerModifier and TypeMethodDescriptionprotected CacheControllerDefaultCmsCacheService.getCacheController()Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidDefaultCmsCacheService.setCacheController(CacheController cacheController) -
Uses of CacheController in de.hybris.platform.cache.impl
Constructors in de.hybris.platform.cache.impl with parameters of type CacheController -
Uses of CacheController in de.hybris.platform.cmsfacades.rendering.cache.impl
Methods in de.hybris.platform.cmsfacades.rendering.cache.impl that return CacheControllerMethods in de.hybris.platform.cmsfacades.rendering.cache.impl with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidDefaultRenderingCacheService.setCacheController(CacheController cacheController) -
Uses of CacheController in de.hybris.platform.media.storage.impl
Methods in de.hybris.platform.media.storage.impl with parameters of type CacheControllerModifier and TypeMethodDescriptionvoidDefaultLocalMediaFileCacheService.setCacheController(CacheController cacheController) Constructors in de.hybris.platform.media.storage.impl with parameters of type CacheControllerModifierConstructorDescriptionMediaCacheRecreator(File mainDataDir, CacheController cacheController) -
Uses of CacheController in de.hybris.platform.regioncache
Classes in de.hybris.platform.regioncache that implement CacheControllerModifier and TypeClassDescriptionclassMain 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 CacheControllerModifier and TypeMethodDescriptionDefaultCacheController.unwrap()Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 -
Uses of CacheController in de.hybris.platform.regioncache.test
Fields in de.hybris.platform.regioncache.test declared as CacheControllerModifier and TypeFieldDescriptionprotected 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 CacheControllerModifier and TypeMethodDescriptionvoidDefaultScriptExecutableCacheService.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 CacheControllerModifier and TypeMethodDescriptionvoidDefaultFacetSearchConfigCacheService.setCacheController(CacheController cacheController)