[#btck-ChainstateManagerOptions-SetDatabaseCacheBytes] = xref:btck.adoc[btck]::xref:btck/ChainstateManagerOptions.adoc[ChainstateManagerOptions]::SetDatabaseCacheBytes :relfileprefix: ../../ :mrdocs: Sets the database cache size. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool SetDatabaseCacheBytes(uint64_t database_cache_bytes); ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *database_cache_bytes* | The cache size in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#