class Illuminate / Console / Scheduling / CacheEventMutex
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

CacheEventMutex

Implements

Properties

public

$cache Factory

The cache repository implementation.

Default: null
public

$store string|null

The cache store that should be used.

Default: null

Methods

public

__construct ( Factory $cache ) : void

Create a new overlapping strategy.

Parameters

public

create ( Event $event ) : bool

Attempt to obtain an event mutex for the given event.

Parameters

public

exists ( Event $event ) : bool

Determine if an event mutex exists for the given event.

Parameters

public

forget ( Event $event ) : void

Clear the event mutex for the given event.

Parameters

protected

shouldUseLocks ( $store ) : bool

Determine if the given store should use locks for cache event mutexes.

Parameters

public

useStore ( $store ) : $this

Specify the cache store that should be used.

Parameters

  • $store string