zhangxiaobin 424b643451 commit 3 | преди 1 година | |
---|---|---|
.. | ||
Adapter | преди 1 година | |
DataCollector | преди 1 година | |
DependencyInjection | преди 1 година | |
Exception | преди 1 година | |
Marshaller | преди 1 година | |
Simple | преди 1 година | |
Traits | преди 1 година | |
CHANGELOG.md | преди 1 година | |
CacheItem.php | преди 1 година | |
DoctrineProvider.php | преди 1 година | |
LICENSE | преди 1 година | |
LockRegistry.php | преди 1 година | |
PruneableInterface.php | преди 1 година | |
Psr16Cache.php | преди 1 година | |
README.md | преди 1 година | |
ResettableInterface.php | преди 1 година | |
composer.json | преди 1 година |
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.