Class FacetSearchConfigCacheRegion
- java.lang.Object
-
- de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
-
- de.hybris.platform.regioncache.region.impl.LRUCacheRegion
-
- de.hybris.platform.solrfacetsearch.config.cache.impl.FacetSearchConfigCacheRegion
-
- All Implemented Interfaces:
CacheRegion
public class FacetSearchConfigCacheRegion extends LRUCacheRegion
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
cacheMap, handledTypes, lifecycleCallback, name, stats, statsEnabled
-
-
Constructor Summary
Constructors Constructor Description FacetSearchConfigCacheRegion(java.lang.String name, int maxEntries, boolean statsEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CacheKey>findCachedObjectKeys(java.lang.String configName, java.lang.String tenantId)Method return list of the key for given config name and tenantIdvoidsetHandledTypes(java.lang.String[] handledTypes)-
Methods inherited from class de.hybris.platform.regioncache.region.impl.LRUCacheRegion
getCacheMaxEntries, putIfAbsent
-
Methods inherited from class de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
clearCache, containsKey, equals, get, getAllKeys, getCacheRegionStatistics, getHandledTypes, getMaxReachedSize, getName, getWithLoader, hashCode, invalidate, isStatsEnabled, registerLifecycleCallback, remove, setStatsEnabled, toString
-
-
-
-
Method Detail
-
setHandledTypes
public void setHandledTypes(java.lang.String[] handledTypes)
- Overrides:
setHandledTypesin classAbstractMapBasedCacheRegion
-
findCachedObjectKeys
public java.util.List<CacheKey> findCachedObjectKeys(java.lang.String configName, java.lang.String tenantId)
Method return list of the key for given config name and tenantId- Parameters:
configName- - facet search configuration nametenantId- - tenant identifier
-
-