[#ValidationCache-2constructor-00] = xref:ValidationCache.adoc[ValidationCache]::ValidationCache :relfileprefix: ../ :mrdocs: Construct the caches with the given memory budgets. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ValidationCache( size_t script_execution_cache_bytes, size_t signature_cache_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *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]#