CLASS SiteCacheManager

Manages all the lists and dictionaries used for cache for the site

Properties

ContentTemplateCache

(Dictionary<CacheTemplateIndex, string>) = []: Cache for content templates.

BaseTemplateCache

(Dictionary<CacheTemplateIndex, string>) = []: Cache for base templates.

AutomaticContentCache

(ConcurrentDictionary<string, ContentSource>) = new(): Cache for tag page.

Public Methods

ResetCache

public void ResetCache()

Resets the template cache to force a reload of all templates.