glhcp/server/vendor/symfony/cache
yin5th 0921f0105d feat: init 2023-08-10 14:59:52 +08:00
..
Adapter feat: init 2023-08-10 14:59:52 +08:00
DataCollector feat: init 2023-08-10 14:59:52 +08:00
DependencyInjection feat: init 2023-08-10 14:59:52 +08:00
Exception feat: init 2023-08-10 14:59:52 +08:00
Marshaller feat: init 2023-08-10 14:59:52 +08:00
Simple feat: init 2023-08-10 14:59:52 +08:00
Traits feat: init 2023-08-10 14:59:52 +08:00
CHANGELOG.md feat: init 2023-08-10 14:59:52 +08:00
CacheItem.php feat: init 2023-08-10 14:59:52 +08:00
DoctrineProvider.php feat: init 2023-08-10 14:59:52 +08:00
LICENSE feat: init 2023-08-10 14:59:52 +08:00
LockRegistry.php feat: init 2023-08-10 14:59:52 +08:00
PruneableInterface.php feat: init 2023-08-10 14:59:52 +08:00
Psr16Cache.php feat: init 2023-08-10 14:59:52 +08:00
README.md feat: init 2023-08-10 14:59:52 +08:00
ResettableInterface.php feat: init 2023-08-10 14:59:52 +08:00
composer.json feat: init 2023-08-10 14:59:52 +08: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