Expand description
§liquid-cache-common
Common types and utilities shared across LiquidCache components.
This crate contains shared data structures, enums, and utility functions used throughout the LiquidCache ecosystem. It defines the core abstractions for cache modes, schema transformations, and RPC message types that enable communication between client and server components.
Modules§
- mock_
store - Mock object store for testing purposes.
- rpc
- RPC definitions for the LiquidCache service.
You should not use this module directly.
Instead, use the
liquid_cache_serverandliquid_cache_clientcrates to interact with the LiquidCache service. - utils
Enums§
- IoMode
- Mode in which Disk IO is done (direct IO or page cache)