Expand description
Data Storage Library
This library provides data storage functionality with support for:
- Local and distributed data storage
- Support for CAS (Compare-And-Swap) operations
- Configurable storage modes (Always, Absent, CAS)
- Asynchronous API for high-performance applications
§Features
ll: USE AT OWN RISK: low-level items that may change without notice. Exposes the underlying implementation of each storage type.
Structs§
- Data
Storage Builder - Builder for creating data storage instances.
- Local
Data Storage - A local data storage implementation that stores data in memory.
- Remote
Data Storage - A distributed data storage implementation that stores data across multiple nodes.
Enums§
- Data
Storage Builder Error - Errors that can occur when building data storage instances.
- Data
Storage Error - Errors that can occur during data storage operations.
- Store
Mode - Defines the behavior for store operations.
Traits§
- Data
Storage - A trait for data storage operations that can be implemented by different storage backends.