$cache->remove()
Removes an item from the cache and returns whether the operation was successful; this needs to be defined by the driver
$cache->remove(string $key): bool
Parameters
Name | Type | Default |
---|---|---|
$key * | string |
– |
Return type
bool