|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SequenceCacheHandle | |
| org.openprivacy.reptile.cache.sequence | |
| Uses of SequenceCacheHandle in org.openprivacy.reptile.cache.sequence |
| Methods in org.openprivacy.reptile.cache.sequence with parameters of type SequenceCacheHandle | |
SequenceCacheEntry |
SequenceCache.fetch(SequenceCacheHandle handle)
Fetch a sequence from the memory cache if it is available. |
boolean |
SequenceCache.contains(SequenceCacheHandle handle)
Return true if the SequenceCache contains the given handle. |
void |
SequenceCache.store(SequenceCacheHandle handle,
java.lang.String content)
Store content within the cache. |
void |
SequenceCache.flush(SequenceCacheHandle handle)
Flush the given cache hanle. |
| Constructors in org.openprivacy.reptile.cache.sequence with parameters of type SequenceCacheHandle | |
SequenceCacheEntry(SequenceCacheHandle handle,
java.lang.String content)
Create a new SequenceCacheEntry instance. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||