lizhen_gitee 5a2b1d27f5 被忽略的 | 7 months ago | |
---|---|---|
.. | ||
Adapter | 7 months ago | |
DataCollector | 7 months ago | |
DependencyInjection | 7 months ago | |
Exception | 7 months ago | |
Marshaller | 7 months ago | |
Messenger | 7 months ago | |
Traits | 7 months ago | |
CHANGELOG.md | 7 months ago | |
CacheItem.php | 7 months ago | |
DoctrineProvider.php | 7 months ago | |
LICENSE | 7 months ago | |
LockRegistry.php | 7 months ago | |
PruneableInterface.php | 7 months ago | |
Psr16Cache.php | 7 months ago | |
README.md | 7 months ago | |
ResettableInterface.php | 7 months ago | |
composer.json | 7 months ago |
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
.