[][src]Type Definition orga::store::MapStore

type MapStore = BufStore<NullStore>;

A simple Store implementation which persists data in an in-memory map.