.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _developers_setup_cache_fluid: .. index:: pair: Cache; Fluid pair: Viewhelper; Fluid pair: Cache; Viewhelper FLUID ===== In order for an entry to be written to the cache table, you have to enter two lines code in your fluid template. See the snippet below. Snippet ------- For example: List.html .. code:: php {namespace vhCache = Verdigado\Cache\ViewHelpers} ...