酒店预订平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 927 B

il y a 3 ans
12345678910111213141516171819
  1. Symfony PSR-6 implementation for caching
  2. ========================================
  3. The Cache component provides an extended
  4. [PSR-6](http://www.php-fig.org/psr/psr-6/) implementation for adding cache to
  5. your applications. It is designed to have a low overhead so that caching is
  6. fastest. It ships with a few caching adapters for the most widespread and
  7. suited to caching backends. It also provides a `doctrine/cache` proxy adapter
  8. to cover more advanced caching needs and a proxy adapter for greater
  9. interoperability between PSR-6 implementations.
  10. Resources
  11. ---------
  12. * [Documentation](https://symfony.com/doc/current/components/cache.html)
  13. * [Contributing](https://symfony.com/doc/current/contributing/index.html)
  14. * [Report issues](https://github.com/symfony/symfony/issues) and
  15. [send Pull Requests](https://github.com/symfony/symfony/pulls)
  16. in the [main Symfony repository](https://github.com/symfony/symfony)