public class Cached<T> extends Object
Modifier and Type | Field and Description |
---|---|
long |
cachedAt |
boolean |
expired |
long |
expireMillis |
Object[] |
keys |
T |
value |
Constructor and Description |
---|
Cached(long expireMillis) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.