Constructors
Declared in <script/sigcache.h>
Deleted copy constructor; the cache is non-copyable.
SignatureCache(SignatureCache const& other) = delete;
» more...
Construct a signature cache holding up to the given number of bytes.
SignatureCache(size_t max_size_bytes);
» more...
| Name | Description |
|---|---|
| other | The cache that would be copied. |
| max_size_bytes | The maximum cache size in bytes. |