enableCache method

void enableCache()

Enables response caching (updates config).

Implementation

void enableCache() {
  _config = _config.copyWith(cacheEnabled: true);
}