Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | hace 5 años | |
---|---|---|
.. | ||
Adapter | hace 5 años | |
DataCollector | hace 5 años | |
Exception | hace 5 años | |
Simple | hace 5 años | |
Tests | hace 5 años | |
Traits | hace 5 años | |
.gitignore | hace 5 años | |
CHANGELOG.md | hace 5 años | |
CacheItem.php | hace 5 años | |
DoctrineProvider.php | hace 5 años | |
LICENSE | hace 5 años | |
PruneableInterface.php | hace 5 años | |
README.md | hace 5 años | |
ResettableInterface.php | hace 5 años | |
composer.json | hace 5 años | |
phpunit.xml.dist | hace 5 años |
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.