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 */ }pub type Cache = CacheActor<RedisBackend>;Default type alias with RedisBackend. You can disable it or define it manually in your code.
pub struct Cache { /* private fields */ }