Skip to content

MultiStorePersistentCache

ratranqu edited this page Apr 26, 2021 · 2 revisions

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()
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally