StaticcacheProperties related to the global Template build cache.
This is not something typically needed for general app development, but allows for advanced configuration to tune the caching system if need be.
Cache sizes default to 500 HTML Template Fragments and compiled Palette templates (includes nested templates like lists) to cover most application needs without using much memory.
Wipe all cached templates and HTML fragments
the default cache capacity of 500 items per cache
General caching guidance:
Ultimately the impact will be minimal unless your app has very specific rendering needs.
Create a full copy of this template for use in rendering to another root
An HTMLTemplateElement representing this template
Render this template into a target host element.
A renderable template from an HTMLTemplateElement
Leverages a simple syntax to provide accessors to template data from one of four categories, based on use case:
Bind attributes to a value using the
:attributesyntax: