Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | пре 5 година | |
---|---|---|
.. | ||
Adapter | пре 5 година | |
DataCollector | пре 5 година | |
Exception | пре 5 година | |
Simple | пре 5 година | |
Tests | пре 5 година | |
Traits | пре 5 година | |
.gitignore | пре 5 година | |
CHANGELOG.md | пре 5 година | |
CacheItem.php | пре 5 година | |
DoctrineProvider.php | пре 5 година | |
LICENSE | пре 5 година | |
PruneableInterface.php | пре 5 година | |
README.md | пре 5 година | |
ResettableInterface.php | пре 5 година | |
composer.json | пре 5 година | |
phpunit.xml.dist | пре 5 година |
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.