pub fn register_cache_tools(
registry: &ToolRegistry,
cache: Arc<dyn ResultCache>,
)Expand description
Register the default cached-result page and release tools into registry.
pub fn register_cache_tools(
registry: &ToolRegistry,
cache: Arc<dyn ResultCache>,
)Register the default cached-result page and release tools into registry.