ss d581d78eb7 初始化 | hace 10 meses | |
---|---|---|
.. | ||
Adapter | hace 10 meses | |
DataCollector | hace 10 meses | |
DependencyInjection | hace 10 meses | |
Exception | hace 10 meses | |
Marshaller | hace 10 meses | |
Messenger | hace 10 meses | |
Traits | hace 10 meses | |
CHANGELOG.md | hace 10 meses | |
CacheItem.php | hace 10 meses | |
DoctrineProvider.php | hace 10 meses | |
LICENSE | hace 10 meses | |
LockRegistry.php | hace 10 meses | |
PruneableInterface.php | hace 10 meses | |
Psr16Cache.php | hace 10 meses | |
README.md | hace 10 meses | |
ResettableInterface.php | hace 10 meses | |
composer.json | hace 10 meses |
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.