armature-cache
Cache management for the Armature framework.
Features
- Multiple Backends - Redis, in-memory, and custom stores
- TTL Support - Automatic expiration
- Async API - Non-blocking cache operations
- Serialization - Automatic JSON serialization/deserialization
- Connection Pooling - Efficient Redis connections via bb8
Installation
[]
= "0.1"
Quick Start
use ;
async
Backends
Redis
let cache = new.await?;
In-Memory
let cache = new;
License
MIT OR Apache-2.0