setCache method

Implementation

Client setCache(CacheProviderContract Function(EnvContract) cache) {
  _cache = cache(_env);
  return this;
}