Uses of Interface
de.hybris.platform.util.collections.CacheMap
-
Packages that use CacheMap Package Description de.hybris.platform.cache de.hybris.platform.cache.impl de.hybris.platform.util.collections -
-
Uses of CacheMap in de.hybris.platform.cache
Classes in de.hybris.platform.cache that implement CacheMap Modifier and Type Class Description classBaseCacheYFastFIFOMapStub<K> -
Uses of CacheMap in de.hybris.platform.cache.impl
Classes in de.hybris.platform.cache.impl that implement CacheMap Modifier and Type Class Description classAbstractBaseCacheMap<K>Implementation ofAbstractCacheMapcalling cache to remove unit from internal cache on displaced entry.classBaseCacheYFastFIFOMap<K>Methods in de.hybris.platform.cache.impl that return CacheMap Modifier and Type Method Description CacheMapDefaultCache. internalCreateMapInstance(int max)static CacheMapDefaultCache. internalCreateMapInstanceStatic(Tenant tenant, int max) -
Uses of CacheMap in de.hybris.platform.util.collections
Subinterfaces of CacheMap in de.hybris.platform.util.collections Modifier and Type Interface Description interfaceYFIFOMap<K,V>Classes in de.hybris.platform.util.collections that implement CacheMap Modifier and Type Class Description classAbstractCacheMap<K,V>Default implementation ofCacheMapdoing nothing.classYFastFIFOMap<K,V>
-