Module cache

Module cache 

Source
Expand description

The main cache interface.

This module provides the primary Cache type that users interact with. It wraps the internal storage and provides a clean, thread-safe API.

Structsยง

Cache
A thread-safe, in-memory cache with optional TTL and LRU eviction.