Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bundles/block/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ provide several caching solutions. Have a look at the available adapters in the

The Symfony2 CMF BlockBundle additionally provides its own adapters for:

* `ESI`_
* `SSI`_
* Asynchronous JavaScript
* Synchronous JavaScript
* `ESI`_: (service: ``cmf.block.cache.varnish``)
* `SSI`_: (service: ``cmf.block.cache.ssi``)
* Asynchronous JavaScript: (service: ``cmf.block.cache.js_async``)
* Synchronous JavaScript: (service: ``cmf.block.cache.js_sync``)

.. note::

Expand Down