public interface LastNStore
| Modifier and Type | Method and Description |
|---|---|
Iterable<StoreEntry> |
get(String group,
Auths auths)
Returns the last N store entries under the specified group- starting with the most recent.
|
void |
put(String group,
StoreEntry entry)
Puts a StoreEntry into the Last N store under the specified grouping.
|
void put(String group, StoreEntry entry)
group - entry - Iterable<StoreEntry> get(String group, Auths auths)
group - auths - Copyright © 2014 Calrissian. All Rights Reserved.