Skip to main content

clear_all_caches

Function clear_all_caches 

Source
pub fn clear_all_caches()
Expand description

Clear all caches

Convenience function to clear both script and hash caches.

ยงExample

use blvm_consensus::script::clear_all_caches;

// Clear all caches before benchmark run
clear_all_caches();