ValidationCache::ValidationCache

Constructors

Synopses

Declared in <validation.h>

Copy construction is disabled.

ValidationCache(ValidationCache const& other) = delete;
» more...

Construct the caches with the given memory budgets.

ValidationCache(
    size_t script_execution_cache_bytes,
    size_t signature_cache_bytes);
» more...

Parameters

NameDescription
otherThe instance that would be copied.
script_execution_cache_bytesMemory budget for the script execution cache.
signature_cache_bytesMemory budget for the signature cache.