JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.hybris.platform.regioncache.region
Interface EvictionCallback
public interface
EvictionCallback
Class used to react on eviction event in CacheMap and CacheRegion.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
evicted
(
CacheKey
key,
Object
value)
Informs watcher that given key is evicted from the cache.
Method Details
evicted
void
evicted
(
CacheKey
key,
Object
value)
Informs watcher that given key is evicted from the cache.