public class MIMECacheEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
contentType
The MIME Content type
value, for example application/octet-stream.
|
byte[] |
data
The payload.
|
long |
lastModified
The date the entry was created...
|
Constructor and Description |
---|
MIMECacheEntry() |
MIMECacheEntry(String contentType,
byte[] data) |
public String contentType
public byte[] data
public long lastModified
public MIMECacheEntry()
public MIMECacheEntry(String contentType, byte[] data)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.