Skip to content

PsrSimpleCacheRevocationCache

class Vendidit\AuthServer\Cache\PsrSimpleCacheRevocationCache Source: src/Cache/PsrSimpleCacheRevocationCache.php

Wraps any PSR-16 cache (Symfony, Laravel Cache, Predis-via-adapter, etc.) as a RevocationCache. Fail-open on backend errors so the hot path stays available even when Redis is down — matches the Go server’s behaviour.