delete() public method
Deletes a value with the specified key from cache
public boolean delete ( $key ) | ||
---|---|---|
$key | mixed |
A key identifying the value to be deleted from cache. This can be a simple string or a complex data structure consisting of factors representing the key. |
return | boolean |
If no error happens during deletion |
Please login to continue.