mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
# Conflicts: # .doc/README.md # .doc/phpdoc-templates/combodo-wiki/graphs/class.html.twig # composer.lock # lib/composer/InstalledVersions.php # lib/composer/autoload_classmap.php # lib/composer/autoload_psr4.php # lib/composer/autoload_static.php # lib/composer/installed.json # lib/composer/installed.php # lib/symfony/cache/Traits/Relay/MoveTrait.php # lib/symfony/http-foundation/Request.php # lib/symfony/runtime/SymfonyRuntime.php
Symfony PSR-6 implementation for caching
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.