has method

Future<bool> has(
  1. String cacheName
)

Implementation

Future<bool> has(String cacheName) =>
    Future<bool>.value(_caches.containsKey(cacheName));