| Package | Description |
|---|---|
| de.hybris.platform.cache.impl | |
| de.hybris.platform.regioncache | |
| de.hybris.platform.regioncache.region | |
| de.hybris.platform.regioncache.region.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RegionCacheAdapter
Class adapts calls to the de.hybris.platform.regioncache.CacheController class.
It is used by AbstractCacheUnit to perform cache operations on regioncache implementations. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheController.addLifecycleCallback(CacheLifecycleCallback callback)
registers a lifecycle callback.
|
void |
DefaultCacheController.addLifecycleCallback(CacheLifecycleCallback callback) |
void |
CacheController.removeLifecycleCallback(CacheLifecycleCallback callback)
Removes a registered lifecycle callback.
|
void |
DefaultCacheController.removeLifecycleCallback(CacheLifecycleCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRegion.registerLifecycleCallback(CacheLifecycleCallback callback)
This callback shall be called when eviction occurs.
|
| Modifier and Type | Field and Description |
|---|---|
protected CacheLifecycleCallback |
AbstractMapBasedCacheRegion.lifecycleCallback |
protected CacheLifecycleCallback |
DefaultCacheRegion.lifecycleCallback |
protected CacheLifecycleCallback |
EHCacheRegion.lifecycleCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMapBasedCacheRegion.registerLifecycleCallback(CacheLifecycleCallback callback) |
void |
DefaultCacheRegion.registerLifecycleCallback(CacheLifecycleCallback callback) |
void |
EHCacheRegion.registerLifecycleCallback(CacheLifecycleCallback callback) |
Copyright © 2018 SAP SE. All Rights Reserved.