class Forget

Remove an item from the cache.

Methods

__construct(StoreContext $context)

Create a new forget operation instance.

bool
execute(string $key)

Execute the forget (delete) operation.

Details

at line 18
__construct(StoreContext $context)

Create a new forget operation instance.

Parameters

StoreContext $context

at line 26
bool execute(string $key)

Execute the forget (delete) operation.

Parameters

string $key

Return Value

bool