Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store holds many cache-wrapped stores. Implements MultiStore. NOTE: a Store (and MultiStores in general) should never expose the keys for the substores.
func NewFromStores ¶
func (Store) MultiCacheWrap ¶
func (cms Store) MultiCacheWrap() types.MultiStore
Implements MultiStore.
func (Store) MultiWrite ¶
func (cms Store) MultiWrite()
MultiWrite calls Write on each underlying store.
Click to show internal directories.
Click to hide internal directories.