Interface YFIFOMap<K,V>
-
- All Known Implementing Classes:
BaseCacheYFastFIFOMap,BaseCacheYFastFIFOMapStub,YFastFIFOMap
public interface YFIFOMap<K,V> extends YMap<K,V>, CacheMap<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface de.hybris.platform.util.collections.YMap
YMap.ClearHandler<K1,V1>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessRemoveEldest(K key, V value)-
Methods inherited from interface de.hybris.platform.util.collections.CacheMap
clear, getMaxReachedSize, maxSize, processDisplacedEntry, size
-
-