Package org.glassfish.grizzly.config.dom
Interface FileCache
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag
public interface FileCache
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Created Jan 8, 2009
- Author:
- Justin Lee
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.DuckNested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionEnables the caching of file contentHow old files can get before aging out of cache in secondsMaximum cache size on the diskMaximum number of files in the file cache.voidsetEnabled(String enabled) voidsetMaxAgeSeconds(String maxAge) voidsetMaxCacheSizeBytes(String maxCacheSize) voidsetMaxFilesCount(String maxFilesCount) Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Field Details
-
ENABLED
static final boolean ENABLED- See Also:
-
MAX_AGE
static final int MAX_AGE- See Also:
-
MAX_CACHE_SIZE
static final int MAX_CACHE_SIZE- See Also:
-
MAX_FILES
static final int MAX_FILES- See Also:
-
-
Method Details
-
getEnabled
String getEnabled()Enables the caching of file content -
setEnabled
-
getMaxAgeSeconds
String getMaxAgeSeconds()How old files can get before aging out of cache in seconds -
setMaxAgeSeconds
-
getMaxCacheSizeBytes
String getMaxCacheSizeBytes()Maximum cache size on the disk -
setMaxCacheSizeBytes
-
getMaxFilesCount
String getMaxFilesCount()Maximum number of files in the file cache. -
setMaxFilesCount
-