Using Cache Variables

This page uses the reserved Hashtag Bucket - Cache.   The Cache Bucket uses a configured Key→Value store, such as memcached or AWS ElastiCache.   Cached values are available to all subsequent requests.   Most Key→Value stores are volatile, meaning values may be deleted at any time to make room for new values.  
Note:  Hashtag Markup is shown below <# in bold #>.   The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.  
<#[cache.test as html]#> ⇒ 

The Hashtag Markup Language provides many methods for setting variable values, and using them later.

Variable Buckets can hold many values, processed together.   Variable Contexts enable safe injection anywhere.