oxcache 0.3.2

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
---
name: 功能请求
about: 提议一个新功能
title: "[feat] "
labels: enhancement
---

## 动机

<!-- 解决什么问题 / 当前痛点 -->

## 方案描述

<!-- 期望的 API 或行为 -->

## 替代方案

<!-- 已考虑的其他方案及为何不采用 -->

## 影响范围

- [ ] 新增 feature flag
- [ ] 破坏性变更
- [ ] 需要更新文档
- [ ] 需要新增示例