{use_macro file="Dataface_Main_Template.html"} {fill_slot name="main_column"}
The Dataface output cache stores copies of the pages of this application as they are presented to the user. Each time a page is requested, Dataface first checks the output cache to see if the page has already been generated. If it has, then that page is returned to the user. If the requested page is not found in the cache, then Dataface will generate the page as normal, save it to the cache, and present it to the user.
The output cache is currently disabled. To enable the output cache, please add the following to the end of your conf.ini file:
[_output_cache]
enabled=1
If you make changes to the database, the cache will automatically be refreshed. However if you make changes to the source files on the file system (e.g. the fields.ini files or delegate classes), you will need to empty the cache manually using this option: