xLight de78b64755 init 2 | hace 1 año | |
---|---|---|
.. | ||
Adapter | hace 1 año | |
DataCollector | hace 1 año | |
DependencyInjection | hace 1 año | |
Exception | hace 1 año | |
Marshaller | hace 1 año | |
Messenger | hace 1 año | |
Traits | hace 1 año | |
CHANGELOG.md | hace 1 año | |
CacheItem.php | hace 1 año | |
DoctrineProvider.php | hace 1 año | |
LICENSE | hace 1 año | |
LockRegistry.php | hace 1 año | |
PruneableInterface.php | hace 1 año | |
Psr16Cache.php | hace 1 año | |
README.md | hace 1 año | |
ResettableInterface.php | hace 1 año | |
composer.json | hace 1 año |
The Cache component provides extended
PSR-6 implementations for adding cache to
your applications. It is designed to have a low overhead so that caching is
fastest. It ships with adapters for the most widespread caching backends.
It also provides a PSR-16 adapter,
and implementations for symfony/cache-contracts'
CacheInterface
and TagAwareCacheInterface
.