MountainGetCacheStats

Function MountainGetCacheStats 

Source
pub async fn MountainGetCacheStats(
    app_handle: AppHandle,
) -> Result<Value, String>
Expand description

Get cache stats.

Retrieves cache performance statistics for monitoring.

§Arguments

  • app_handle - Tauri application handle

§Returns

Returns cache stats JSON, or an error string.

§Errors

Returns an error if stats cannot be collected.