Trait twilight_cache_inmemory::UpdateCache[][src]

pub trait UpdateCache {
    fn update(&self, cache: &InMemoryCache) { ... }
}
Expand description

Implemented for dispatch events.

Provided methods

Updates the cache based on data contained within an event.

Implementations on Foreign Types

Implementors