Skip to main content

Crate rdap_cache

Crate rdap_cache 

Source
Expand description

In-memory response cache with TTL expiry.

Uses DashMap for lock-free concurrent reads. Entries are evicted lazily (on read) and eagerly (on clear()).

Structsยง

CacheConfig
Configuration for the response cache.
MemoryCache
Thread-safe in-memory RDAP response cache.