Rust Cache
This project is a simple caching library written in Rust. It provides an easy-to-use interface for storing and retrieving data with high performance. The library supports various caching strategies and is designed to be lightweight and efficient.
Features
- In-memory caching
- Configurable cache size
- Expiration policies
- Thread-safe operations
Installation
Add the following to your Cargo.toml:
[]
= "0.1.3"
Usage
Here's a basic example of how to use the Rust Cache library:
use Cache;
License
This project is licensed under the MIT License.