ss 33d2a96cf2 初始化 | преди 5 месеца | |
---|---|---|
.. | ||
Adapter | преди 5 месеца | |
DataCollector | преди 5 месеца | |
DependencyInjection | преди 5 месеца | |
Exception | преди 5 месеца | |
Marshaller | преди 5 месеца | |
Messenger | преди 5 месеца | |
Traits | преди 5 месеца | |
CHANGELOG.md | преди 5 месеца | |
CacheItem.php | преди 5 месеца | |
DoctrineProvider.php | преди 5 месеца | |
LICENSE | преди 5 месеца | |
LockRegistry.php | преди 5 месеца | |
PruneableInterface.php | преди 5 месеца | |
Psr16Cache.php | преди 5 месеца | |
README.md | преди 5 месеца | |
ResettableInterface.php | преди 5 месеца | |
composer.json | преди 5 месеца |
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
.