Modifier and Type | Field and Description |
---|---|
ByteBuffer |
bb |
long |
contentLength |
String |
contentType |
String |
date |
String |
Etag |
long |
fileSize |
String |
host |
FileCacheKey |
key |
long |
lastModified |
String |
lastModifiedHeader |
String |
requestURI |
long |
timeoutMillis |
FileCache.CacheType |
type |
String |
xPoweredBy |
Constructor and Description |
---|
FileCacheEntry(FileCache fileCache) |
public FileCacheKey key
public String host
public String requestURI
public long lastModified
public String contentType
public ByteBuffer bb
public String xPoweredBy
public FileCache.CacheType type
public String date
public String Etag
public String lastModifiedHeader
public long contentLength
public long fileSize
public volatile long timeoutMillis
public FileCacheEntry(FileCache fileCache)
Copyright © 2013 Oracle Corporation. All Rights Reserved.