https://github.com/crowdsecurity/magento-symfony-cache
Forked for compatibility between Magento Bouncer and Magento 2.4.4
https://github.com/crowdsecurity/magento-symfony-cache
Last synced: 4 months ago
JSON representation
Forked for compatibility between Magento Bouncer and Magento 2.4.4
- Host: GitHub
- URL: https://github.com/crowdsecurity/magento-symfony-cache
- Owner: crowdsecurity
- License: mit
- Created: 2022-04-14T09:11:13.000Z (about 4 years ago)
- Default Branch: v2-php8
- Last Pushed: 2023-12-30T08:11:42.000Z (over 2 years ago)
- Last Synced: 2026-01-11T14:42:29.655Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony PSR-6 implementation for caching
========================================
The Cache component provides an extended
[PSR-6](http://www.php-fig.org/psr/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
---------
* [Documentation](https://symfony.com/doc/current/components/cache.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)