Re-exports§
pub use runtime_config::RuntimeConfig;
Modules§
Structs§
- Wrap each
Store
produced by the innerStoreManager
in an asynchronous, write-behind cache. - A
StoreManager
which delegates to otherStoreManager
s based on the store label. - A factor that provides key-value storage.
Enums§
- The set of errors which may be raised by functions in this interface
SwapError
are errors that occur during compare and swap operations
Constants§
- Metadata key for key-value stores.
Traits§
Cas
trait describes the interface a key value compare and swap implementor must fulfill.