lizhen_gitee c09633cdcb composer require aws/aws-sdk-php | 10 месяцев назад | |
---|---|---|
.. | ||
Adapter | 10 месяцев назад | |
DataCollector | 10 месяцев назад | |
DependencyInjection | 2 лет назад | |
Exception | 2 лет назад | |
Marshaller | 2 лет назад | |
Simple | 2 лет назад | |
Traits | 10 месяцев назад | |
CHANGELOG.md | 2 лет назад | |
CacheItem.php | 10 месяцев назад | |
DoctrineProvider.php | 2 лет назад | |
LICENSE | 2 лет назад | |
LockRegistry.php | 2 лет назад | |
PruneableInterface.php | 2 лет назад | |
Psr16Cache.php | 2 лет назад | |
README.md | 10 месяцев назад | |
ResettableInterface.php | 2 лет назад | |
composer.json | 10 месяцев назад |
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
.