Constructor
the name of the cache. This must be globally unique.
a Record of case-list name to case-list builder.
Readonly
paththe globally unique path for the cacheable data
serialize() implements the Cacheable.serialize interface.
the serialized data.
Generated using TypeDoc
CaseCache is a cache of Case[]. CaseCache implements the Cacheable interface, so the cases can be pre-built and stored in the data cache, reducing computation costs at CTS runtime.