oxcache 0.2.0

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
1
2
3
4
5
6
7
8
// Copyright (c) 2025-2026, Kirky.X
//
// MIT License
//
// 单飞模式集成测试 - 简化版本

// ponytail: 2 empty tests removed (referenced deleted TwoLevelClient/singleflight API)
// Add real single-flight tests when the feature is re-implemented on the new Cache API.