酒店预订平台
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
娄梦宁 6fc8404cd4 init 3 anni fa
..
Adapter init 3 anni fa
DataCollector init 3 anni fa
DependencyInjection init 3 anni fa
Exception init 3 anni fa
Marshaller init 3 anni fa
Simple init 3 anni fa
Traits init 3 anni fa
CHANGELOG.md init 3 anni fa
CacheItem.php init 3 anni fa
DoctrineProvider.php init 3 anni fa
LICENSE init 3 anni fa
LockRegistry.php init 3 anni fa
PruneableInterface.php init 3 anni fa
Psr16Cache.php init 3 anni fa
README.md init 3 anni fa
ResettableInterface.php init 3 anni fa
composer.json init 3 anni fa

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