web3-proxy/quick_cache_ttl/src/lib.rs

6 lines
116 B
Rust
Raw Normal View History

2023-05-14 07:03:45 +03:00
mod cache;
mod kq_cache;
2023-05-14 07:03:45 +03:00
pub use cache::CacheWithTTL;
pub use kq_cache::{KQCacheWithTTL, PlaceholderGuardWithTTL};