oxcache 0.3.8

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
1
2
3
4
5
6
// Copyright (c) 2025-2026 Kirky.X
// SPDX-License-Identifier: MIT
// 生命周期管理集成测试 - 简化版本

// ponytail: empty test removed (referenced deleted TwoLevelClient API)
// Add real lifecycle tests when the new Cache API supports shutdown/cleanup.