lizhen_gitee f57c82fce2 被忽略的文件 | пре 8 месеци | |
---|---|---|
.. | ||
Adapter | пре 8 месеци | |
DataCollector | пре 8 месеци | |
DependencyInjection | пре 8 месеци | |
Exception | пре 8 месеци | |
Marshaller | пре 8 месеци | |
Simple | пре 8 месеци | |
Traits | пре 8 месеци | |
CHANGELOG.md | пре 8 месеци | |
CacheItem.php | пре 8 месеци | |
DoctrineProvider.php | пре 8 месеци | |
LICENSE | пре 8 месеци | |
LockRegistry.php | пре 8 месеци | |
PruneableInterface.php | пре 8 месеци | |
Psr16Cache.php | пре 8 месеци | |
README.md | пре 8 месеци | |
ResettableInterface.php | пре 8 месеци | |
composer.json | пре 8 месеци |
The Cache component provides an extended
PSR-6 implementation for adding cache to
your applications. It is designed to have a low overhead so that caching is
fastest. It ships with a few caching adapters for the most widespread and
suited to caching backends. It also provides a doctrine/cache
proxy adapter
to cover more advanced caching needs and a proxy adapter for greater
interoperability between PSR-6 implementations.