CacheClient constructor

CacheClient()

An in-memory cache client.

Implementation

CacheClient() : _cache = <String, Object>{};