has method

Future<bool> has(
  1. String cacheName
)

Implementation

Future<bool> has(String cacheName) async {
  return _delegate.has(cacheName);
}