Uses of Interface
de.hybris.platform.regioncache.region.EvictionCallback
-
Packages that use EvictionCallback Package Description de.hybris.platform.regioncache.region de.hybris.platform.regioncache.region.impl -
-
Uses of EvictionCallback in de.hybris.platform.regioncache.region
Methods in de.hybris.platform.regioncache.region with parameters of type EvictionCallback Modifier and Type Method Description voidCacheMap. registerEvictionCallback(EvictionCallback callback)Notifies cache region when eviction occurs. -
Uses of EvictionCallback in de.hybris.platform.regioncache.region.impl
Fields in de.hybris.platform.regioncache.region.impl declared as EvictionCallback Modifier and Type Field Description protected EvictionCallbackDefaultCacheMap. callbackMethods in de.hybris.platform.regioncache.region.impl with parameters of type EvictionCallback Modifier and Type Method Description voidDefaultCacheMap. registerEvictionCallback(EvictionCallback callback)
-