Skip to main content

NoopSessionCacheStrategy

A cache that doesn't cache. The cache lookup will miss every time so the session will always be taken from the database.

Signature

clear

method() =>

delete

method(sessionToken: string) =>

get

method(sessionToken: string) =>

set

method(session: CachedSession) =>
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page