offset = $offset; // Quick validation if ($size < 0) throw new \Exception(sprintf('Container cannot be negative. (%d)',$size)); $this->size = $size; $this->filename = $filename; $this->cache = collect(); } }