cacheReader method

Http cacheReader(
  1. CacheReader reader
)

Implementation

Http cacheReader(CacheReader reader) {
  _cacheReader = reader;
  return this;
}