酒店预订平台
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.
 
 
 
 
 
 
Gitea cbaa767e15 ss 3 anni fa
..
Adapter ss 3 anni fa
DataCollector ss 3 anni fa
DependencyInjection ss 3 anni fa
Exception ss 3 anni fa
Marshaller ss 3 anni fa
Simple ss 3 anni fa
Traits ss 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