Package org.glassfish.grizzly.config.dom
Class FileCacheInjector
java.lang.Object
org.jvnet.hk2.config.ConfigInjector
org.jvnet.hk2.config.NoopConfigInjector
org.glassfish.grizzly.config.dom.FileCacheInjector
@Service(name="file-cache",
metadata="<property>=collection:org.jvnet.hk2.config.types.Property,@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@max-age-seconds=optional,@max-age-seconds=default:30,@max-age-seconds=datatype:java.lang.Integer,@max-age-seconds=leaf,@max-cache-size-bytes=optional,@max-cache-size-bytes=default:10485760,@max-cache-size-bytes=datatype:java.lang.Integer,@max-cache-size-bytes=leaf,@max-files-count=optional,@max-files-count=default:1024,@max-files-count=datatype:java.lang.Integer,@max-files-count=leaf,target=org.glassfish.grizzly.config.dom.FileCache")
public class FileCacheInjector
extends org.jvnet.hk2.config.NoopConfigInjector
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jvnet.hk2.config.NoopConfigInjector
inject, injectAttribute, injectElementMethods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
-
Constructor Details
-
FileCacheInjector
public FileCacheInjector()
-