酒店预订平台
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Gitea cbaa767e15 ss hace 3 años
..
Adapter ss hace 3 años
DataCollector ss hace 3 años
DependencyInjection ss hace 3 años
Exception ss hace 3 años
Marshaller ss hace 3 años
Simple ss hace 3 años
Traits ss hace 3 años
CHANGELOG.md init hace 3 años
CacheItem.php init hace 3 años
DoctrineProvider.php init hace 3 años
LICENSE init hace 3 años
LockRegistry.php init hace 3 años
PruneableInterface.php init hace 3 años
Psr16Cache.php init hace 3 años
README.md init hace 3 años
ResettableInterface.php init hace 3 años
composer.json init hace 3 años

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