public class FacetSearchConfigCacheRegion extends LRUCacheRegion
cacheMap, handledTypes, lifecycleCallback, name, stats, statsEnabled| Constructor and Description |
|---|
FacetSearchConfigCacheRegion(java.lang.String name,
int maxEntries,
boolean statsEnabled) |
| Modifier and Type | Method and 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 tenantId
|
void |
setHandledTypes(java.lang.String[] handledTypes) |
getCacheMaxEntries, putIfAbsentclearCache, containsKey, equals, get, getAllKeys, getCacheRegionStatistics, getHandledTypes, getMaxReachedSize, getName, getWithLoader, hashCode, invalidate, isStatsEnabled, registerLifecycleCallback, remove, setStatsEnabled, toStringpublic FacetSearchConfigCacheRegion(java.lang.String name,
int maxEntries,
boolean statsEnabled)
public void setHandledTypes(java.lang.String[] handledTypes)
setHandledTypes in class AbstractMapBasedCacheRegionpublic java.util.List<CacheKey> findCachedObjectKeys(java.lang.String configName, java.lang.String tenantId)
configName - - facet search configuration nametenantId - - tenant identifierCopyright © 2018 SAP SE. All Rights Reserved.