public interface ICacheEntry<K,T> extends IWeakRefCacheEntry<K,T>
Interface for hard reference cache entries exposes a dirty flag in addition to the object identifier and object reference.
Modifier and Type | Method and Description |
---|---|
boolean |
isDirty()
Return true iff the object associated with this entry is dirty.
|
void |
setDirty(boolean dirty)
Set the dirty flag.
|
getKey, getObject
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.