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

..22-Feb-2022-

Adapter/H03-May-2022-5,3993,555

DataCollector/H03-May-2022-190133

DependencyInjection/H03-May-2022-478341

Exception/H03-May-2022-7839

Marshaller/H03-May-2022-366192

Messenger/H03-May-2022-241159

Traits/H03-May-2022-1,6351,078

CHANGELOG.mdH A D29-Aug-20214.2 KiB10279

CacheItem.phpH A D03-May-20225.2 KiB193117

DoctrineProvider.phpH A D03-May-20222.2 KiB11753

LICENSEH A D29-Aug-20211 KiB2016

LockRegistry.phpH A D03-May-20226.7 KiB161110

PruneableInterface.phpH A D03-May-2022485 246

Psr16Cache.phpH A D03-May-20228.2 KiB286201

README.mdH A D29-Aug-2021922 2016

ResettableInterface.phpH A D03-May-2022418 226

composer.jsonH A D29-Aug-20211.8 KiB6160

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