Expand description
In-memory storage backend for auth-framework with DashMap for deadlock-free operations.
This module provides a fast in-memory storage implementation suitable for development, testing, and single-instance deployments.
Uses DashMap to provide:
- Lock-free concurrent access
- Deadlock-free operations
- Better performance under high concurrency
Structsยง
- InMemory
Config - Configuration for in-memory storage
- InMemory
Storage - In-memory storage backend with automatic cleanup