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