[#ValidationCache] = ValidationCache :mrdocs: Convenience class for initializing and passing the script execution cache and signature cache. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ValidationCache; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:ValidationCache/2constructor-0e.adoc[`ValidationCache`] [.small]#[constructor]# | Constructors | xref:ValidationCache/operator_assign.adoc[`operator=`] [.small]#[deleted]# | Copy assignment is disabled. | xref:ValidationCache/ScriptExecutionCacheHasher.adoc[`ScriptExecutionCacheHasher`] | Return a copy of the pre‐initialized hasher. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:ValidationCache/m_script_execution_cache.adoc[`m_script_execution_cache`] | Cache of results for scripts that have already been executed successfully. | xref:ValidationCache/m_signature_cache.adoc[`m_signature_cache`] | Cache of individual signature verification results. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#