芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/maatwebsite/excel/src/Cache/CacheManager.php
createIlluminateDriver(), $this->createMemoryDriver() ); } return new BatchCache( $this->createIlluminateDriver(), $this->createMemoryDriver() ); } /** * @return CacheInterface */ public function createIlluminateDriver(): CacheInterface { return Cache::driver( config('excel.cache.illuminate.store') ); } public function flush() { $this->driver()->clear(); } public function isInMemory(): bool { return $this->getDefaultDriver() === self::DRIVER_MEMORY; } }