Using Cache Templates

This page demonstrates a Hashtag Markup Cache Template.   Cache Templates can be used to store the output from processed Hashtag Markup.   This is useful for data that doesn't change often, or is otherwise expensive to fetch or process.  

Processing this Hashtag Markup:
<h4 class="alert alert-info text-center">Current Time: <#[system.datetime]#></h4>

<# start cache for My Cache; #>
<h4 class="alert alert-success text-center">Cached Time: <#[system.datetime]#></h4>
<# end cache #>

Current Time: 2024-04-25 8:13:35 PM UTC

Cached Time: 2024-04-25 8:13:35 PM UTC




The Basics section provides an introduction to development with the Hashtag Markup Language using the Hashtag Framework.