public interface FileCache
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| 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) |
static 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 © 2017. All rights reserved.