LaravelCacheBridge
class
Vendidit\AuthServer\Laravel\LaravelCacheBridgeSource:src/LaravelCacheBridge.php
Thin PSR-16 adapter over Illuminate\Contracts\Cache\Repository so Vendidit\AuthServer\Cache\PsrSimpleCacheRevocationCache can read the same Redis instance the Laravel app is already using.
We only implement the methods auth-php needs (has, get); writes route through to the repository but are not used by the package — the keys the package reads (auth:blacklist:{jti}, auth:user_tv:{user_id}) are owned by the Go server.