Wrap a tool with caching capabilities using the memoise package.
Arguments
- tool
The Tool object to cache.
- cache
An optional memoise cache configuration (e.g., cache_memory() or cache_filesystem()). Defaults to
memoise::cache_memory().
Wrap a tool with caching capabilities using the memoise package.
The Tool object to cache.
An optional memoise cache configuration (e.g., cache_memory() or cache_filesystem()).
Defaults to memoise::cache_memory().