[][src]Crate twilight_cache

Re-exports

pub extern crate twilight_cache_inmemory;

Structs

InMemoryCache

A thread-safe, in-memory-process cache of Discord data. It can be cloned and sent to other threads.

Enums

InMemoryCacheError

Error type for InMemoryCache operations.

Traits

Cache
UpdateCache