public class CacheConfig extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
POPULATE_CACHE  | 
static String | 
USE_CACHE  | 
| Constructor and Description | 
|---|
CacheConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCacheBulkMergeLimit()  | 
int | 
getNumBackgroundThreads()  | 
boolean | 
isPopulateCache()  | 
boolean | 
isQueryCacheable(Query query)  | 
boolean | 
isQueryCacheable(String queryType)  | 
boolean | 
isUseCache()  | 
public static final String USE_CACHE
public static final String POPULATE_CACHE
public boolean isPopulateCache()
public boolean isUseCache()
public int getNumBackgroundThreads()
public int getCacheBulkMergeLimit()
public boolean isQueryCacheable(Query query)
public boolean isQueryCacheable(String queryType)
Copyright © 2011–2018. All rights reserved.