|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileCache.FileCacheEntry | |
---|---|
com.sun.grizzly.http |
Uses of FileCache.FileCacheEntry in com.sun.grizzly.http |
---|
Fields in com.sun.grizzly.http with type parameters of type FileCache.FileCacheEntry | |
---|---|
protected ConcurrentLinkedQueue<FileCache.FileCacheEntry> |
FileCacheFactory.cacheManager
The cache manager used by instance of FileCache
created by this factory; |
Methods in com.sun.grizzly.http that return types with arguments of type FileCache.FileCacheEntry | |
---|---|
ConcurrentHashMap<String,FileCache.FileCacheEntry> |
FileCache.getCache()
Return the FileCache |
ConcurrentHashMap<String,FileCache.FileCacheEntry> |
FileCacheFactory.getCache()
Return the FileCache |
Methods in com.sun.grizzly.http with parameters of type FileCache.FileCacheEntry | |
---|---|
protected void |
FileCache.sendCache(SocketChannel socketChannel,
FileCache.FileCacheEntry entry,
boolean keepAlive)
Send the cached resource. |
Method parameters in com.sun.grizzly.http with type arguments of type FileCache.FileCacheEntry | |
---|---|
void |
FileCache.setCacheManager(ConcurrentLinkedQueue<FileCache.FileCacheEntry> cacheManager)
Set the cache manager used by this instance. |
void |
FileCacheFactory.setCacheManager(ConcurrentLinkedQueue<FileCache.FileCacheEntry> cacheManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |