sonata_cache.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # more information can be found here http://sonata-project.org/bundles/cache
  3. #
  4. #sonata_cache:
  5. # caches:
  6. # esi:
  7. # servers:
  8. # - varnishadm -T 127.0.0.1:2000 {{ COMMAND }} "{{ EXPRESSION }}"
  9. #
  10. # ssi:
  11. # token: TheToken
  12. #
  13. # mongo:
  14. # database: cache
  15. # collection: cache
  16. # servers:
  17. # - {host: 127.0.0.1, port: 27017, user: username, password: pASS'}
  18. # - {host: 127.0.0.2}
  19. #
  20. # memcached:
  21. # prefix: test # prefix to ensure there is no clash between instances
  22. # servers:
  23. # - {host: 127.0.0.1, port: 11211, weight: 0}
  24. #
  25. # predis:
  26. # servers:
  27. # - {host: 127.0.0.1, port: 11211, database: 6379}
  28. #
  29. # apc:
  30. # token: s3cur3 # token used to clear the related cache
  31. # prefix: test # prefix to ensure there is no clash between instances
  32. # servers:
  33. # - { domain: kooqit.local, ip: 127.0.0.1, port: 80}