File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Cache
Upload
[..]
CanFlushLocks.php (365 B)
Edit
Rename
Del
Edit: CanFlushLocks.php
<?php namespace Illuminate\Contracts\Cache; interface CanFlushLocks { /** * Flush all locks managed by the store. * * @return bool */ public function flushLocks(): bool; /** * Determine if the lock store is separate from the cache store. * * @return bool */ public function hasSeparateLockStore(): bool; }
Simpan