//! Cache store of the persistent cache, responsible for reading and writing the cache from the disk.
pub use *;
use cache_item;
/// Cache key of the store, it's a pair of (name, cache_key), a name should only be related to one cache key.
/// Previous cache will be cleared if the related cache key changed for a name
// #[rkyv(derive(Serialize, Deserialize))]