Package | Description |
---|---|
org.glassfish.grizzly.http.server.filecache |
Modifier and Type | Method and Description |
---|---|
FileCache.CacheResult |
FileCache.add(HttpRequestPacket request,
File cacheFile)
Add a
File resource to the cache. |
protected FileCache.CacheResult |
FileCache.add(HttpRequestPacket request,
File cacheFile,
long lastModified)
Add a resource to the cache.
|
FileCache.CacheResult |
FileCache.add(HttpRequestPacket request,
long lastModified)
Add a resource to the cache.
|
static FileCache.CacheResult |
FileCache.CacheResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCache.CacheResult[] |
FileCache.CacheResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Oracle Corporation. All rights reserved.