[#SignatureCache-2constructor-019] = xref:SignatureCache.adoc[SignatureCache]::SignatureCache :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<script/sigcache.h>` Deleted copy constructor; the cache is non‐copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SignatureCache/2constructor-08.adoc[SignatureCache](xref:SignatureCache.adoc[SignatureCache] const& other) = delete; ---- [.small]#xref:SignatureCache/2constructor-08.adoc[_» more..._]# Construct a signature cache holding up to the given number of bytes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SignatureCache/2constructor-015.adoc[SignatureCache](size_t max_size_bytes); ---- [.small]#xref:SignatureCache/2constructor-015.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cache that would be copied. | *max_size_bytes* | The maximum cache size in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#