pub fn get_cache_stats() -> CacheStatsExpand description
Get current cache statistics
ยงExamples
use mathhook_core::parser::cache::get_cache_stats;
let stats = get_cache_stats();
println!("Function name cache size: {}", stats.function_name_cache_size);