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