cache_clear
Clear specific or all caches in the Jesse trading framework to free memory and force fresh data retrieval for backtesting and analysis.
Instructions
Clear cache(s) to free memory or force fresh data.
Args: cache_name: Specific cache to clear (strategy_list, backtest). If None, clears all caches.
Returns: Dict with number of entries cleared per cache
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||