[#ValidationCache-2constructor-0e] = xref:ValidationCache.adoc[ValidationCache]::ValidationCache :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<validation.h>` Copy construction is disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ValidationCache/2constructor-04.adoc[ValidationCache](xref:ValidationCache.adoc[ValidationCache] const& other) = delete; ---- [.small]#xref:ValidationCache/2constructor-04.adoc[_» more..._]# Construct the caches with the given memory budgets. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ValidationCache/2constructor-00.adoc[ValidationCache]( size_t script_execution_cache_bytes, size_t signature_cache_bytes); ---- [.small]#xref:ValidationCache/2constructor-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be copied. | *script_execution_cache_bytes* | Memory budget for the script execution cache. | *signature_cache_bytes* | Memory budget for the signature cache. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#