Expand description
DashMap Cache - Simple Concurrent HashMap Backend
A lightweight in-memory cache using DashMap for concurrent access.
This is a reference implementation showing how to create custom cache backends.
Structsยง
- Dash
MapCache - Simple concurrent cache using
DashMap