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