NoopSessionCacheStrategy
A cache that doesn't cache. The cache lookup will miss every time so the session will always be taken from the database.
- Implements:
SessionCacheStrategy
clear
method
() => delete
method
(sessionToken: string) => get
method
(sessionToken: string) => set
method
(session: CachedSession) => Was this chapter helpful?