scsys_stores/caches/
mod.rs

1/*
2    Appellation: caches <module>
3    Contrib: FL03 <jo3mccain@icloud.com>
4*/
5//! Caches
6//!
7//!
8
9pub trait CacheBackend {}
10
11#[cfg(test)]
12mod tests {}