getEntries<T> abstract method

Future<Map<String, T>> getEntries<T>(
  1. Iterable<String> keys, {
  2. bool? allowConcurrency,
  3. bool? noCache,
})

Provides the declared Cloudflare API member.

Implementation

Future<Map<String, T>> getEntries<T>(
  Iterable<String> keys, {
  bool? allowConcurrency,
  bool? noCache,
});