Skip to main content

Module cache

Module cache 

Source

Structs§

CacheEntry
A cache entry stored by a cache backend.
CacheOptions
Options that control cache read and write behavior.
MemoryStore
A thread-safe in-memory cache store backed by DashMap.

Traits§

CacheStore
Shared behavior implemented by cache backends.