class CacheSchedulingMutex implements SchedulingMutex, CacheAware (View source)
Factory | $cache | The cache factory implementation. | |
string|null | $store | The cache store that should be used. |
void | __construct(Factory $cache) Create a new scheduling strategy. | |
bool | create(Event $event, DateTimeInterface $time) Attempt to obtain a scheduling mutex for the given event. | |
bool | exists(Event $event, DateTimeInterface $time) Determine if a scheduling mutex exists for the given event. | |
$this | useStore(string $store) Specify the cache store that should be used. |
Create a new scheduling strategy.
Attempt to obtain a scheduling mutex for the given event.
Determine if a scheduling mutex exists for the given event.
Specify the cache store that should be used.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Console/Scheduling/CacheSchedulingMutex.html