Package de.hybris.platform.regioncache
package de.hybris.platform.regioncache
-
ClassDescriptionProvides access to cache top-level configuration, which is a set of regions, invalidation filters and region resolvers.Main point connecting platform with cache.
Implementing class is responsible for:
Processes adding from cache. Processes invalidating cache units. Clearing cache units.A callback interface used byCacheControllerto provide notification about important events.Holds multiple CacheRegionsDeprecated, for removal: This API element is subject to removal in a future version.since 5.0Class keeps statistics for single cache region.Helper class for getting inside cache registry implementation.Used by cache region to load missing value.
This method does not have to be thread safe.Exception thrown when error occurs during value load.This class implements the Set interface, backed by a ConcurrentHashMap instance.Default configuration bean, just a POJO.Main 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.Strategy providing information if a registry MUST be allocated for a given region.