protected static class BasicMemoryCache.CacheEntry extends java.lang.Object implements java.lang.Comparable<BasicMemoryCache.CacheEntry>
Modifier and Type | Field and Description |
---|---|
protected long |
clientObjectSize |
protected long |
lastUsed |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BasicMemoryCache.CacheEntry that) |
java.lang.String |
toString() |
public int compareTo(BasicMemoryCache.CacheEntry that)
compareTo
in interface java.lang.Comparable<BasicMemoryCache.CacheEntry>
public java.lang.String toString()
toString
in class java.lang.Object