public class ExpirableCacheObject extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
expirationTTLMillis
Expiration TTL in milliseconds, after that the key must be considered expired
|
String[] |
invalidationKeys
list of sets to which this key belongs, which allow the invalidation of
groups
|
long |
timestampMillis
Unix timestamp (in milliseconds) of the moment where the value was stored
|
Object |
value
The application domain value to be remembered and restored
|
| Constructor and Description |
|---|
ExpirableCacheObject() |
public Object value
public long timestampMillis
public long expirationTTLMillis
public String[] invalidationKeys
Copyright © 2019. All rights reserved.