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.
Make a new ClientSessionMemoryCache. size is the
maximum number of stored sessions.
Stores a new
value for
key. Returns
true
if the value was stored.
Read more
Returns the latest value for
key. Returns
None
if there’s no such value.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.