|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICacheEntry<K,T>
Interface for hard reference cache entries exposes a dirty flag in addition to the object identifier and object reference.
| Method Summary | |
|---|---|
boolean |
isDirty()
Return true iff the object associated with this entry is dirty. |
void |
setDirty(boolean dirty)
Set the dirty flag. |
| Methods inherited from interface com.bigdata.cache.IWeakRefCacheEntry |
|---|
getKey, getObject |
| Method Detail |
|---|
boolean isDirty()
void setDirty(boolean dirty)
dirty - true iff the object associated with this entry is dirty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||