|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.openprivacy.reptile.cache.sequence.SequenceCacheEntry
A handle for items within the sequence cache.
| Constructor Summary | |
SequenceCacheEntry(SequenceCacheHandle handle,
java.lang.String content)
Create a new SequenceCacheEntry instance. |
|
| Method Summary | |
java.lang.String |
getContent()
Get the content of this cached sequence. |
boolean |
stale()
Return true if any of the resources for this document have changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SequenceCacheEntry(SequenceCacheHandle handle,
java.lang.String content)
throws java.lang.Exception
SequenceCacheEntry instance.
| Method Detail |
public java.lang.String getContent()
public boolean stale()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||