酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 927 B

3 vuotta sitten
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)