[#SignatureCache-Get] = xref:SignatureCache.adoc[SignatureCache]::Get :relfileprefix: ../ :mrdocs: Look up whether an entry is present, optionally erasing it. == Synopsis Declared in `<script/sigcache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Get( xref:uint256.adoc[uint256] const& entry, bool erase); ---- == Return Value true if the entry was present in the cache. == Parameters [cols="1,4"] |=== | Name| Description | *entry* | The cache entry to look up. | *erase* | Whether to erase the entry when found. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#