public final class CacheEntry extends Object implements Comparable<CacheEntry>
| Constructor and Description |
|---|
CacheEntry(Object key,
Object value,
Date expired) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CacheEntry o) |
boolean |
equals(Object obj) |
Date |
getExpired() |
Object |
getKey() |
Object |
getValue() |
int |
hashCode() |
boolean |
isExpired() |
String |
toString() |
public Object getKey()
public Object getValue()
public boolean isExpired()
public Date getExpired()
public int compareTo(CacheEntry o)
compareTo in interface Comparable<CacheEntry>Copyright © 2015 JBoss by Red Hat. All Rights Reserved.