read abstract method

FutureOr<PixaCacheLookup> read(
  1. String namespace,
  2. String key,
  3. PixaExecutionContext context
)

Reads one entry.

Implementation

FutureOr<PixaCacheLookup> read(
  String namespace,
  String key,
  PixaExecutionContext context,
);