This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Cache
2020-05-07 11:51:26 +02:00
..
Adapter [Cache] fix accepting sub-second max-lifetimes in ArrayAdapter 2020-05-07 11:51:26 +02:00
DataCollector Merge branch '4.4' into 5.0 2020-01-09 13:59:02 +01:00
DependencyInjection Allow invalidateTags calls to be traced by data collector 2020-04-24 13:56:40 +02:00
Exception Revert "minor #32054 Prepare for PHP 7.4 preload (nicolas-grekas)" 2019-06-20 08:42:33 +02:00
Marshaller [Cache] add SodiumMarshaller 2020-02-06 11:37:31 +01:00
Tests Configure services additionally required by the master branch 2020-05-05 20:37:11 +01:00
Traits Merge branch '5.0' 2020-05-04 17:54:21 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [Cache] Symfony PSR-6 implementation 2016-01-19 08:02:17 +01:00
CacheItem.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CHANGELOG.md [Cache] Added context to log messages 2020-04-17 05:31:59 +02:00
composer.json Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
DoctrineProvider.php Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
LockRegistry.php [Cache] Add couchbase cache adapter 2020-02-04 11:32:31 +01:00
phpunit.xml.dist [Cache] Add couchbase cache adapter 2020-02-04 11:32:31 +01:00
PruneableInterface.php add (pdo|chain) cache (adapter|simple) prune method 2017-08-30 11:10:37 -04:00
Psr16Cache.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
README.md [CACHE] fix README 2017-05-25 00:25:35 +07:00
ResettableInterface.php renamed Contract to Contracts 2018-07-13 19:06:58 +02:00

Symfony PSR-6 implementation for caching

This 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