public interface FileCache extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Field and Description |
|---|---|
static boolean |
ENABLED |
static int |
MAX_AGE |
static int |
MAX_CACHE_SIZE |
static int |
MAX_FILES |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled()
Enables the caching of file content
|
String |
getMaxAgeSeconds()
How old files can get before aging out of cache in seconds
|
String |
getMaxCacheSizeBytes()
Maximum cache size on the disk
|
String |
getMaxFilesCount()
Maximum number of files in the file cache.
|
void |
setEnabled(String enabled) |
void |
setMaxAgeSeconds(String maxAge) |
void |
setMaxCacheSizeBytes(String maxCacheSize) |
void |
setMaxFilesCount(String maxFilesCount) |
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertystatic final boolean ENABLED
static final int MAX_AGE
static final int MAX_CACHE_SIZE
static final int MAX_FILES
String getEnabled()
void setEnabled(String enabled)
String getMaxAgeSeconds()
void setMaxAgeSeconds(String maxAge)
String getMaxCacheSizeBytes()
void setMaxCacheSizeBytes(String maxCacheSize)
String getMaxFilesCount()
void setMaxFilesCount(String maxFilesCount)
Copyright © 2019. All rights reserved.