caipan_shop_admin/vendor/symfony/cache
wangxinglong 050bc120bd editmode 2022-06-08 09:30:35 +00:00
..
Adapter editmode 2022-06-08 09:30:35 +00:00
DataCollector editmode 2022-06-08 09:30:35 +00:00
DependencyInjection editmode 2022-06-08 09:30:35 +00:00
Exception editmode 2022-06-08 09:30:35 +00:00
Marshaller editmode 2022-06-08 09:30:35 +00:00
Messenger editmode 2022-06-08 09:30:35 +00:00
Traits editmode 2022-06-08 09:30:35 +00:00
CHANGELOG.md editmode 2022-06-08 09:30:35 +00:00
CacheItem.php editmode 2022-06-08 09:30:35 +00:00
DoctrineProvider.php editmode 2022-06-08 09:30:35 +00:00
LICENSE editmode 2022-06-08 09:30:35 +00:00
LockRegistry.php editmode 2022-06-08 09:30:35 +00:00
PruneableInterface.php editmode 2022-06-08 09:30:35 +00:00
Psr16Cache.php editmode 2022-06-08 09:30:35 +00:00
README.md editmode 2022-06-08 09:30:35 +00:00
ResettableInterface.php editmode 2022-06-08 09:30:35 +00:00
composer.json editmode 2022-06-08 09:30:35 +00:00

README.md

Symfony PSR-6 implementation for caching

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.

Resources