public interface InputSourceCaching
EntityListResolver
.
$@since 1.2.39Modifier and Type | Field and Description |
---|---|
static short |
CACHING_DEFAULT
The default behavior for caching InputSources.
|
static short |
CACHING_SOURCES
Force caching InputSources.
|
static short |
NOT_CACHING_SOURCES
Force not caching InputSources.
|
Modifier and Type | Method and Description |
---|---|
short |
getInputSourceCaching()
Return the InputSources caching behavior.
|
void |
setInputSourceCaching(short cachingType)
Set the InputSources caching behavior.
|
static final short CACHING_DEFAULT
EntityListResolver
.static final short CACHING_SOURCES
static final short NOT_CACHING_SOURCES