Cache

Type Alias Cache 

Source
pub type Cache = CacheActor<RedisBackend>;
Expand description

Default type alias with RedisBackend. You can disable it or define it manually in your code.

Aliased Typeยง

pub struct Cache { /* private fields */ }