Clear a specific cache entry.
Future<void> clearCache(String cacheKey) async { await ny_cache.cache().clear(cacheKey); }