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 |
getNumBackgroundThreads() |
boolean |
isPopulateCache() |
boolean |
isQueryCacheable(Query query) |
boolean |
isUseCache() |
public static final String USE_CACHE
public static final String POPULATE_CACHE
public boolean isPopulateCache()
public boolean isUseCache()
public int getNumBackgroundThreads()
public boolean isQueryCacheable(Query query)
Copyright © 2011–2015. All rights reserved.