wangsaitao b6131e421c 提交 | hace 1 año | |
---|---|---|
.. | ||
Adapter | hace 1 año | |
DataCollector | hace 1 año | |
DependencyInjection | hace 1 año | |
Exception | hace 1 año | |
Marshaller | hace 1 año | |
Messenger | hace 1 año | |
Traits | hace 1 año | |
CHANGELOG.md | hace 1 año | |
CacheItem.php | hace 1 año | |
DoctrineProvider.php | hace 1 año | |
LICENSE | hace 1 año | |
LockRegistry.php | hace 1 año | |
PruneableInterface.php | hace 1 año | |
Psr16Cache.php | hace 1 año | |
README.md | hace 1 año | |
ResettableInterface.php | hace 1 año | |
composer.json | hace 1 año |
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.