截流自动化的商城平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Your Name fe0a99e39f first commit il y a 1 mois
..
Adapter first commit il y a 1 mois
DataCollector first commit il y a 1 mois
DependencyInjection first commit il y a 1 mois
Exception first commit il y a 1 mois
Marshaller first commit il y a 1 mois
Simple first commit il y a 1 mois
Traits first commit il y a 1 mois
CHANGELOG.md first commit il y a 1 mois
CacheItem.php first commit il y a 1 mois
DoctrineProvider.php first commit il y a 1 mois
LICENSE first commit il y a 1 mois
LockRegistry.php first commit il y a 1 mois
PruneableInterface.php first commit il y a 1 mois
Psr16Cache.php first commit il y a 1 mois
README.md first commit il y a 1 mois
ResettableInterface.php first commit il y a 1 mois
composer.json first commit il y a 1 mois

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