skippy_cache/resident/mod.rs
1mod activation;
2mod prefix;
3
4pub use activation::{
5 ResidentActivationCache, ResidentActivationLookup, ResidentActivationRecordOutcome,
6 ResidentActivationStats,
7};
8pub use prefix::{
9 ResidentPrefixAllocation, ResidentPrefixCache, ResidentPrefixCacheStats,
10 ResidentPrefixEviction, ResidentPrefixLookup,
11};