public class CacheConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
POPULATE_CACHE |
| Constructor and Description |
|---|
CacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheBulkMergeLimit() |
int |
getMaxEntrySize() |
int |
getNumBackgroundThreads() |
int |
getResultLevelCacheLimit() |
boolean |
isPopulateCache() |
boolean |
isPopulateResultLevelCache() |
boolean |
isQueryCacheable(Query query) |
boolean |
isQueryCacheable(String queryType) |
boolean |
isUseCache() |
boolean |
isUseResultLevelCache() |
public static final String POPULATE_CACHE
public boolean isPopulateCache()
public boolean isUseCache()
public boolean isPopulateResultLevelCache()
public boolean isUseResultLevelCache()
public int getNumBackgroundThreads()
public int getCacheBulkMergeLimit()
public int getMaxEntrySize()
public int getResultLevelCacheLimit()
public boolean isQueryCacheable(Query query)
public boolean isQueryCacheable(String queryType)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.