apply_filters( 'woocommerce_analytics_report_should_use_cache', bool $use_cache , string $cache_key )
Determines if a report will utilize caching.
Description Description
Parameters Parameters
- $use_cache
-
Whether or not to use cache.
- $cache_key
-
The report's cache key. Used to identify the report.
Source Source
File: packages/woocommerce-admin/src/API/Reports/DataStore.php