Dynamically alter the underlying leveldb cache size.
Synopsis
Declared in <txdb.h>
[[requires_capability(0x7ff37aab6f28, 0x7ff37aab6fd8), requires_capability(0x7ff391baf098, 0x7ff391baf148), requires_capability(0x7ff38155e838, 0x7ff38155e8e8), requires_capability(0x7ff38ae767b8, 0x7ff38ae76868), requires_capability(0x7ff3784df518, 0x7ff3784df5c8), requires_capability(0x7ff3760a5698, 0x7ff3760a5748)]]
void
ResizeCache(size_t new_cache_size);
Parameters
Name |
Description |
new_cache_size |
The new cache size in bytes. |
Created with MrDocs