Uses of Class
org.glassfish.grizzly.http.server.filecache.FileCache.CacheType
-
Packages that use FileCache.CacheType Package Description org.glassfish.grizzly.http.server.filecache -
-
Uses of FileCache.CacheType in org.glassfish.grizzly.http.server.filecache
Fields in org.glassfish.grizzly.http.server.filecache declared as FileCache.CacheType Modifier and Type Field Description FileCache.CacheTypeFileCacheEntry. typeMethods in org.glassfish.grizzly.http.server.filecache that return FileCache.CacheType Modifier and Type Method Description static FileCache.CacheTypeFileCache.CacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileCache.CacheType[]FileCache.CacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-