Uses of Interface
org.glassfish.grizzly.config.dom.FileCache
-
Packages that use FileCache Package Description com.sun.enterprise.v3.services.impl com.sun.enterprise.web.connector.coyote org.glassfish.grizzly.config org.glassfish.grizzly.config.dom -
-
Uses of FileCache in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl with parameters of type FileCache Modifier and Type Method Description protected org.glassfish.grizzly.http.server.filecache.FileCacheGlassfishNetworkListener. configureHttpFileCache(FileCache cache) -
Uses of FileCache in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type FileCache Modifier and Type Method Description voidPECoyoteConnector. configureFileCache(FileCache fileCache)Configure the Grizzly FileCache mechanism -
Uses of FileCache in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config with parameters of type FileCache Modifier and Type Method Description protected org.glassfish.grizzly.http.server.filecache.FileCacheGenericGrizzlyListener. configureHttpFileCache(FileCache cache)Configure the Grizzly HTTP FileCache mechanism -
Uses of FileCache in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return FileCache Modifier and Type Method Description @NotNull FileCacheHttp. getFileCache()Gets the value of the fileCache property.Methods in org.glassfish.grizzly.config.dom with parameters of type FileCache Modifier and Type Method Description voidHttp. setFileCache(FileCache value)
-