Removes an entry from the cache.
The cache key to delete.
Retrieves cached claims by key.
The cache key.
The cached claims, or null/undefined if the entry does not exist or has expired.
Stores validated claims in the cache.
The cache key (access token).
The validated access token claims to cache.
The token's expiration time as a Unix epoch timestamp (seconds).
Cache adapter for storing validated access token claims.
Implement this interface to persist validated claims in an external store such as Redis, Memcached, or an in-memory cache.