()
| 876 | * ``` |
| 877 | */ |
| 878 | export async function clearCache() { |
| 879 | inflightFetchResponses.clear(); |
| 880 | namespacedCacheInstances.clear(); |
| 881 | return getCacheInstance().clear(); |
| 882 | } |
| 883 | |
| 884 | /** |
| 885 | * Check if caching is currently enabled. |
no test coverage detected
searching dependent graphs…