oxcache 0.3.3

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
## 变更描述

<!-- 简要描述本次 PR 做了什么,以及为什么 -->

## 变更类型

- [ ] feat: 新功能
- [ ] fix: Bug 修复
- [ ] refactor: 重构
- [ ] perf: 性能优化
- [ ] docs: 文档
- [ ] test: 测试
- [ ] chore: 杂项
- [ ] ci: CI/CD
- [ ] breaking: 破坏性变更

## 检查清单

- [ ] 代码通过 `cargo fmt --all -- --check`
- [ ] 代码通过 `cargo clippy --all-targets --features full -- -D warnings`
- [ ] 测试通过 `cargo test --features full --workspace`
- [ ] 新增功能有对应的测试覆盖
- [ ] 新增功能有对应的示例 (`examples/`)
- [ ] 文档已更新(如有需要)
- [ ] CHANGELOG.md 已更新(如为用户可见变更)

## 相关 Issue

<!-- 关联的 issue 编号,例如 Closes #123 -->