lizhen_gitee 0c9f3c7f62 1.3.4.20220530 | hace 2 años | |
---|---|---|
.. | ||
Adapter | hace 2 años | |
DataCollector | hace 2 años | |
DependencyInjection | hace 2 años | |
Exception | hace 2 años | |
Marshaller | hace 2 años | |
Simple | hace 2 años | |
Traits | hace 2 años | |
CHANGELOG.md | hace 2 años | |
CacheItem.php | hace 2 años | |
DoctrineProvider.php | hace 2 años | |
LICENSE | hace 2 años | |
LockRegistry.php | hace 2 años | |
PruneableInterface.php | hace 2 años | |
Psr16Cache.php | hace 2 años | |
README.md | hace 2 años | |
ResettableInterface.php | hace 2 años | |
composer.json | hace 2 años |
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.