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
2019-03-25 08:35:27 -07:00
..
Adapter [Cache] fix warming up cache.system and apcu 2019-02-23 15:35:37 +01:00
DataCollector Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
DependencyInjection fixed CS 2019-01-16 21:35:37 +01:00
Exception [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00
Marshaller fixed CS 2019-01-16 21:35:37 +01:00
Simple [Cache] fix used variable name 2019-01-25 08:37:41 +01:00
Tests Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Traits Ensure key exists before checking array value 2019-03-25 08:35:27 -07:00
.gitignore [Cache] Symfony PSR-6 implementation 2016-01-19 08:02:17 +01:00
CacheItem.php fixed CS 2019-01-16 21:35:37 +01:00
CHANGELOG.md [Cache] Fix outdated CHANGELOG line 2018-10-19 10:25:57 +02:00
composer.json [Cache] fix deps 2018-11-26 19:33:39 +01: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] fix LockRegistry 2019-03-15 12:55:58 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
PruneableInterface.php add (pdo|chain) cache (adapter|simple) prune method 2017-08-30 11:10:37 -04: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