laravel-policy-soft-cache
by innoge
This package helps prevent performance problems with frequent Policy calls within your application lifecycle.
laravel-policy-soft-cache
Fork of innoge/laravel-policy-soft-cache that keys cache entries by spl_object_id, removing the json_encode + sha512 overhead for high-volume policy checks.