|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BandanaPersister
| Method Summary | |
|---|---|
void |
flushCaches()
Flush all caches of this persister. |
void |
remove(BandanaContext context)
Remove the storage of data associated with this context |
void |
remove(BandanaContext context,
String key)
Remove the storage of data associated with this context, under the key |
Map<String,Object> |
retrieve(BandanaContext context)
Retrieve all the values belonging to the context. |
Object |
retrieve(BandanaContext context,
String key)
Retrieve a value by its context/key tuple. |
Iterable<String> |
retrieveKeys(BandanaContext context)
Retrieve all the keys belonging to the context. |
void |
store(BandanaContext context,
String key,
Object value)
Store a context/key/value triplet. |
| Method Detail |
|---|
Object retrieve(BandanaContext context,
String key)
Map<String,Object> retrieve(BandanaContext context)
Iterable<String> retrieveKeys(BandanaContext context)
void store(BandanaContext context,
String key,
Object value)
void flushCaches()
void remove(BandanaContext context)
void remove(BandanaContext context,
String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||