[#CCoinsViewDB-ResizeCache] = xref:CCoinsViewDB.adoc[CCoinsViewDB]::ResizeCache :relfileprefix: ../ :mrdocs: Dynamically alter the underlying leveldb cache size. == Synopsis Declared in `<txdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9512c69438, 0x7f9512c694e8), requires_capability(0x7f951f174ef8, 0x7f951f174fa8), requires_capability(0x7f94f8be9438, 0x7f94f8be94e8), requires_capability(0x7f9513c5caf8, 0x7f9513c5cba8), requires_capability(0x7f952330d3a8, 0x7f952330d458), requires_capability(0x7f9510504538, 0x7f95105045e8)]] void ResizeCache(size_t new_cache_size); ---- == Parameters [cols="1,4"] |=== | Name| Description | *new_cache_size* | The new cache size in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#