All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glassfish.grizzly.config.dom.FileCacheInjector Maven / Gradle / Ivy

There is a newer version: 7.2024.1.Alpha1
Show newest version

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
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy