Skip to content
rw3iss Auth

PsrSimpleCacheRevocationCache

class rw3iss\AuthServer\Cache\PsrSimpleCacheRevocationCache 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.