Skip to content

MultiStorePersistentCache

ratranqu edited this page Jan 28, 2021 · 1 revision

MultiStorePersistentCache

public protocol MultiStorePersistentCache

Requirements

storeCache(key:​store:​)

func storeCache(key: StoreKey, store: CommitKeyValueStore) -> CommitKeyValueStore

unwrap(key:​)

func unwrap(key: StoreKey) -> CommitKeyValueStore?

reset()

func reset()

Clone this wiki locally