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
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
cacheMap, handledTypes, lifecycleCallback, name, stats, statsEnabled -
Constructor Summary
ConstructorsConstructorDescriptionFacetSearchConfigCacheRegion(String name, int maxEntries, boolean statsEnabled) -
Method Summary
Modifier and TypeMethodDescriptionfindCachedObjectKeys(String configName, String tenantId) Method return list of the key for given config name and tenantIdvoidsetHandledTypes(String[] handledTypes) Methods inherited from class de.hybris.platform.regioncache.region.impl.LRUCacheRegion
getCacheMaxEntries, putIfAbsentMethods 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
-
Constructor Details
-
FacetSearchConfigCacheRegion
-
-
Method Details
-
setHandledTypes
- Overrides:
setHandledTypesin classAbstractMapBasedCacheRegion
-
findCachedObjectKeys
Method return list of the key for given config name and tenantId- Parameters:
configName- - facet search configuration nametenantId- - tenant identifier
-