public final class FileCacheEntry
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
java.nio.ByteBuffer |
bb |
long |
contentLength |
java.lang.String |
contentType |
java.lang.String |
date |
java.lang.String |
Etag |
long |
fileSize |
java.lang.String |
host |
FileCacheKey |
key |
long |
lastModified |
java.lang.String |
lastModifiedHeader |
java.lang.String |
requestURI |
java.lang.String |
server |
long |
timeoutMillis |
FileCache.CacheType |
type |
java.lang.String |
xPoweredBy |
| Constructor and Description |
|---|
FileCacheEntry(FileCache fileCache) |
public FileCacheKey key
public java.lang.String host
public java.lang.String requestURI
public long lastModified
public java.lang.String contentType
public java.nio.ByteBuffer bb
public java.lang.String xPoweredBy
public FileCache.CacheType type
public java.lang.String date
public java.lang.String Etag
public java.lang.String lastModifiedHeader
public long contentLength
public long fileSize
public java.lang.String server
public volatile long timeoutMillis
public FileCacheEntry(FileCache fileCache)
Copyright © 2014 Oracle Corporation. All Rights Reserved.