public class CacheEntry extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
CacheEntry(Object name,
Attributes attr) |
protected |
CacheEntry(Object name,
Attributes attr,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected Attributes |
getAttributes() |
protected long |
getExpirationTime() |
protected CacheObjectInfo |
getInfo() |
protected Object |
getName() |
protected Object |
getValue() |
protected void |
invalidate() |
protected boolean |
isValid() |
protected void |
setAttributes(Attributes a) |
protected void |
setValue(Object value) |
protected CacheEntry(Object name, Attributes attr)
protected CacheEntry(Object name, Attributes attr, Object value)
protected void invalidate()
protected boolean isValid()
protected void setAttributes(Attributes a)
protected Attributes getAttributes()
protected Object getName()
protected Object getValue()
protected void setValue(Object value)
protected CacheObjectInfo getInfo()
protected long getExpirationTime()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.