oxcache 0.3.3

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
---
name: 使用问题
about: 使用咨询 / 疑问
title: "[question] "
labels: question
---

## 问题

<!-- 清晰描述你的疑问 -->

## 已尝试的方案

<!-- 你已经试过什么 -->

## 环境

- oxcache 版本:
- 启用的 features:
- 相关代码片段(如有):

```rust

```