Package de.hybris.platform.regioncache.key
-
Interface Summary Interface Description CacheKey Interface used as a base class for regioncache keys.
CacheKey can mark associated value as serializable or nor (CacheUnitType).RegistrableCacheKey<T> -
Class Summary Class Description AbstractCacheKey Abstract class used as a base class for regioncache keys.
CacheKey can mark associated value as serializable or nor (CacheUnitType).AbstractRegistrableCacheKey All units using cache registry (currently flexible search) should use this class to define cache key.
This is used by CacheController to decide whether using cache registry or not. -
Enum Summary Enum Description CacheUnitValueType Defines cache value types NON_SERIALIZABLE, SERIALIZABLE.
Currently NON_SERIALIZABLE is a default.