public final class CacheEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
lastGetTime |
| Constructor and Description |
|---|
CacheEntry(String key,
long lastGetTimeNanos,
byte[] serializedData,
long expiretime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpiretime() |
String |
getKey() |
long |
getLastGetTime() |
byte[] |
getSerializedData() |
String |
toString() |
public CacheEntry(String key, long lastGetTimeNanos, byte[] serializedData, long expiretime)
Copyright © 2016. All rights reserved.