clearCache static method

  1. @Deprecated('Use the `cache` object directly instead.')
void clearCache()

Clears the cache.

Implementation

@Deprecated('Use the `cache` object directly instead.')
static void clearCache() => cache.clear();