org.glassfish.grizzly.config.dom.FileCacheInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package org.glassfish.grizzly.config.dom;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "file-cache", metadata = "=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")
@InjectionTarget(FileCache.class)
public class FileCacheInjector
extends NoopConfigInjector
{
}