public static class Cache.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ObjectGlob |
objectGlob |
Modifier and Type | Method and Description |
---|---|
boolean |
isOlderThan(ObjectGlob g) |
int |
level() |
void |
touch() |
Cache.Entry |
update(ObjectGlob g) |
public final ObjectGlob objectGlob
public boolean isOlderThan(ObjectGlob g)
public Cache.Entry update(ObjectGlob g)
g
- public int level()
public void touch()