Skip to main content

SessionCache

Type Alias SessionCache 

Source
pub type SessionCache = Cache<String, SessionUser>;
Expand description

会话用户缓存类型。

Aliased Type§

pub struct SessionCache { /* private fields */ }