HTTP/2 200
date: Tue, 14 Oct 2025 18:51:05 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
server: BunnyCDN-SG1-982
cdn-pullzone: 3535225
cdn-uid: 2efa5d34-cde8-4206-b9f5-369d84a45719
cdn-requestcountrycode: IN
cache-control: must-revalidate, max-age=0, private
expires: Tue, 14 Oct 2025 18:51:05 GMT
set-cookie: packagist=f172031551420a91ed33e8dda1aa5a95; expires=Tue, 14 Oct 2025 19:51:05 GMT; Max-Age=3600; path=/; secure; httponly; samesite=lax
strict-transport-security: max-age=31104000
x-frame-options: DENY
content-security-policy: default-src 'self'; base-uri 'none'; block-all-mixed-content; connect-src 'self' https://*.algolia.net https://*.algolianet.com; frame-src https://www.google.com/recaptcha/; img-src 'self' https: data:; object-src 'none'; script-src 'unsafe-eval' https://www.gstatic.com/recaptcha/ 'strict-dynamic' 'unsafe-inline' 'nonce-FTAnsj1aIRTBUUCIWoyfnw=='; style-src 'self' 'unsafe-inline'
x-content-security-policy: default-src 'self'; base-uri 'none'; block-all-mixed-content; connect-src 'self' https://*.algolia.net https://*.algolianet.com; frame-src https://www.google.com/recaptcha/; img-src 'self' https: data:; object-src 'none'; script-src 'unsafe-eval' https://www.gstatic.com/recaptcha/ 'strict-dynamic' 'unsafe-inline' 'nonce-FTAnsj1aIRTBUUCIWoyfnw=='; style-src 'self' 'unsafe-inline'
x-xss-protection: 1; mode=block
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
cdn-proxyver: 1.38
cdn-requestpullsuccess: True
cdn-requestpullcode: 200
cdn-cachedat: 10/14/2025 18:51:05
cdn-edgestorageid: 944
cdn-requestid: c9ec0da88312fb6147610d93191da490
cdn-cache: MISS
cdn-status: 200
cdn-requesttime: 0
content-encoding: gzip
crowdsec/magento-symfony-cache - Packagist
Search by
v3.0.0
2023-12-30 08:06 UTC
This package is auto-updated.
Last update: 2025-09-29 02:51:06 UTC
README
The Cache component provides an extended
PSR-6 implementation for adding cache to
your applications. It is designed to have a low overhead so that caching is
fastest. It ships with a few caching adapters for the most widespread and
suited to caching backends. It also provides a doctrine/cache
proxy adapter
to cover more advanced caching needs and a proxy adapter for greater
interoperability between PSR-6 implementations.
Resources