[#SignatureCache-2constructor-015] = xref:SignatureCache.adoc[SignatureCache]::SignatureCache :relfileprefix: ../ :mrdocs: Construct a signature cache holding up to the given number of bytes. == Synopsis Declared in `<script/sigcache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SignatureCache(size_t max_size_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *max_size_bytes* | The maximum cache size in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#