Uses of Enum Class
org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
Packages that use FileCache.CacheResult
-
Uses of FileCache.CacheResult in org.glassfish.grizzly.http.server.filecache
Methods in org.glassfish.grizzly.http.server.filecache that return FileCache.CacheResultModifier and TypeMethodDescriptionFileCache.add(org.glassfish.grizzly.http.HttpRequestPacket request, long lastModified) Add a resource to the cache.Add aFileresource to the cache.protected FileCache.CacheResultFileCache.add(org.glassfish.grizzly.http.HttpRequestPacket request, File cacheFile, long lastModified) Add a resource to the cache.static FileCache.CacheResultReturns the enum constant of this class with the specified name.static FileCache.CacheResult[]FileCache.CacheResult.values()Returns an array containing the constants of this enum class, in the order they are declared.