psr6-symfony-http-cache-store icon indicating copy to clipboard operation
psr6-symfony-http-cache-store copied to clipboard

An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.

Results 1 psr6-symfony-http-cache-store issues
Sort by recently updated
recently updated
newest added
trafficstars

This brings support for gzipped cache files which should significantly reduce the used storage. If a request supports gzip (`Accept-Encoding`) which should be the majority of all browser, we can...