| Interface | Description |
|---|---|
| CacheMap |
Defines replaceable cache map interface to be used in hybris 5.
It is possible to configure DefaultCacheRegion together with custom map implementation. |
| CacheRegion |
Defines interface for the cache region.
Region is defined on the base of: region name, handled types (by type code). |
| CacheRegionProvider |
Class keeps region lists and provides region list access methods.
|
| CacheRegionResolver |
Provides a CacheRegion given the key and regionName.
|
| EvictionCallback |
Class used to react on eviction event in CacheMap and CacheRegion.
|
| RegionLifecycleCallback | |
| UnlimitedCacheRegion |
Any Cache Region which implements this interface will not be counted for overall cache size,
this will not affect on licence check.
|
| Class | Description |
|---|---|
| CacheRegionRegistrar |
This class is a registrar for a RegionCache.
|
| DefaultCacheRegionResolver |
Default implementation of CacheRegionResolver.
For region resolution strategy description see CacheRegionResolver. |
| SingleCacheRegionResolver |
Region resolver optimized to handle only one cache region.
|
| Enum | Description |
|---|---|
| RegionType |
Defines 'special' type codes for defining cache region.
|
| Exception | Description |
|---|---|
| CacheRegionNotSpecifiedException |
This exception is thrown when CacheController is unable to resolve cache region for the key given.
For region resolution strategy description see CacheRegionResolver. |
Copyright © 2018 SAP SE. All Rights Reserved.