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.