PsrSimpleCacheRevocationCache
class
Vendidit\AuthServer\Cache\PsrSimpleCacheRevocationCacheSource: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.