Module dashmap_cache

Module dashmap_cache 

Source
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ยง

DashMapCache
Simple concurrent cache using DashMap