CacheMutex
class CacheMutex implements Mutex
Properties
Repository | $cache | The cache repository implementation. |
Methods
void
Details
at line 22
void
__construct(Repository $cache)
Create a new overlapping strategy.
at line 33
bool
create(Event $event)
Attempt to obtain a mutex for the given event.
at line 46
bool
exists(Event $event)
Determine if a mutex exists for the given event.
at line 57
void
forget(Event $event)
Clear the mutex for the given event.