oxcache 0.4.2

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
Documentation
1
2
3
4
5
// Copyright (c) 2025-2026 Kirky.X
// SPDX-License-Identifier: MIT
//! Utils impl - functions extracted from mod.rs

pub const MAX_CACHE_KEY_LENGTH: usize = 256;