Dmitriy Gnatenko 2e430a556d Vendors updated | há 3 anos atrás | |
---|---|---|
.. | ||
Adapter | há 3 anos atrás | |
DataCollector | há 4 anos atrás | |
DependencyInjection | há 3 anos atrás | |
Exception | há 4 anos atrás | |
Marshaller | há 3 anos atrás | |
Messenger | há 3 anos atrás | |
Traits | há 3 anos atrás | |
CHANGELOG.md | há 3 anos atrás | |
CacheItem.php | há 3 anos atrás | |
DoctrineProvider.php | há 4 anos atrás | |
LICENSE | há 3 anos atrás | |
LockRegistry.php | há 3 anos atrás | |
PruneableInterface.php | há 4 anos atrás | |
Psr16Cache.php | há 3 anos atrás | |
README.md | há 3 anos atrás | |
ResettableInterface.php | há 4 anos atrás | |
composer.json | há 3 anos atrás |
The Cache 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.