芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/laravel/framework/src/Illuminate/Cache/NullStore.php
lock($name, 0, $owner); } /** * Remove an item from the cache. * * @param string $key * @return bool */ public function forget($key) { return true; } /** * Remove all items from the cache. * * @return bool */ public function flush() { return true; } /** * Get the cache key prefix. * * @return string */ public function getPrefix() { return ''; } }