-
public class CacheObj<T>
The cache wrap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CacheObj.Builder
-
Field Summary
Fields Modifier and Type Field Description public ICacheKey
key
public long
maxAgeTimestamp
public long
maxStaleTimestamp
public T
content
-