Crate titanium_cache

Crate titanium_cache 

Source
Expand description

Titan Cache - In-memory cache for Discord entities.

This crate provides a high-performance concurrent cache using DashMap.

Structs§

InMemoryCache
In-memory cache for Discord entities with Time-To-Live (TTL).

Traits§

Cache
Trait for cache implementations.