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
Nicolas Grekas 742b6b8508 Merge branch '4.4'
* 4.4:
  Replace warning by isolated test
  Fix deprecation in 4.4 branche
2019-08-08 22:54:27 +02:00
..
Adapter Merge branch '4.4' 2019-08-08 11:49:33 +02:00
DataCollector Merge branch '4.4' 2019-08-08 11:49:33 +02:00
DependencyInjection add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Exception Revert "minor #32054 Prepare for PHP 7.4 preload (nicolas-grekas)" 2019-06-20 08:42:33 +02:00
Marshaller [Cache] [5.0] add type hint to cache 2019-06-29 18:55:15 +02:00
Tests Merge branch '4.4' 2019-08-08 22:54:27 +02:00
Traits cleanup remaining param and internal Intl FulLTransformer 2019-08-08 16:35:53 +02:00
.gitignore [Cache] Symfony PSR-6 implementation 2016-01-19 08:02:17 +01:00
CacheItem.php feature #31996 [5.0] Add return types in final classes (dFayet) 2019-06-23 23:15:46 +01:00
CHANGELOG.md Merge branch '4.4' 2019-07-11 07:40:26 +02:00
composer.json Add back all conflict rules 2019-05-29 10:53:30 +02:00
DoctrineProvider.php renamed Contract to Contracts 2018-07-13 19:06:58 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
LockRegistry.php [Cache] remove deprecated PSR-16 implementations et al. 2019-05-31 10:38:02 +02:00
phpunit.xml.dist [Cache] Add optimized FileSystem & Redis TagAware Adapters 2019-04-24 07:47:35 +02:00
PruneableInterface.php add (pdo|chain) cache (adapter|simple) prune method 2017-08-30 11:10:37 -04:00
Psr16Cache.php Merge branch '3.4' into 4.3 2019-07-31 14:41:55 +02: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