Trait Cache
twilight_cache
pub trait Cache: Send + Sync + Debug { }
impl Cache for InMemoryCache
impl<'_> Cache for &'_ InMemoryCache