HttpCache( {int maxCacheMemory = 0, Duration timeout = _noDuration, this.verbose = false}) { this.maxCacheMemory = maxCacheMemory; this.timeout = timeout; }