• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Adapter/H03-May-2022-3,8752,401

DataCollector/H03-May-2022-195133

DependencyInjection/H03-May-2022-421292

Exception/H03-May-2022-7839

Marshaller/H03-May-2022-366192

Messenger/H03-May-2022-241159

Simple/H03-May-2022-1,568926

Traits/H03-May-2022-3,4142,316

CHANGELOG.mdH A D03-Dec-20213.5 KiB7459

CacheItem.phpH A D03-Dec-20215.8 KiB205122

DoctrineProvider.phpH A D03-Dec-20212.2 KiB11753

LICENSEH A D03-Dec-20211 KiB2016

LockRegistry.phpH A D03-Dec-20216.6 KiB160109

PruneableInterface.phpH A D03-Dec-2021485 246

Psr16Cache.phpH A D03-Dec-20218.2 KiB281196

README.mdH A D03-Dec-2021922 2016

ResettableInterface.phpH A D03-Dec-2021418 226

composer.jsonH A D03-Dec-20211.8 KiB5958

README.md

1Symfony PSR-6 implementation for caching
2========================================
3
4The Cache component provides an extended
5[PSR-6](http://www.php-fig.org/psr/psr-6/) implementation for adding cache to
6your applications. It is designed to have a low overhead so that caching is
7fastest. It ships with a few caching adapters for the most widespread and
8suited to caching backends. It also provides a `doctrine/cache` proxy adapter
9to cover more advanced caching needs and a proxy adapter for greater
10interoperability between PSR-6 implementations.
11
12Resources
13---------
14
15 * [Documentation](https://symfony.com/doc/current/components/cache.html)
16 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
17 * [Report issues](https://github.com/symfony/symfony/issues) and
18   [send Pull Requests](https://github.com/symfony/symfony/pulls)
19   in the [main Symfony repository](https://github.com/symfony/symfony)
20