pub struct ClientSessionMemoryCache { /* private fields */ }Expand description
An implementer of StoresClientSessions that stores everything
in memory. It enforces a limit on the number of entries
to bound memory usage.
pub struct ClientSessionMemoryCache { /* private fields */ }An implementer of StoresClientSessions that stores everything
in memory. It enforces a limit on the number of entries
to bound memory usage.