1 2 3 4 5 6 7
// Copyright (c) 2025-2026 Kirky.X // SPDX-License-Identifier: MIT //! Core traits for the modernized cache API pub mod cache_key; pub use cache_key::CacheKey;