setCache method

Implementation

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