deleteValue() protected abstract method
Deletes a value with the specified key from cache This method should be implemented by child classes to delete the data from actual cache storage.
| protected abstract boolean deleteValue ( $key ) | ||
|---|---|---|
| $key | string |
The key of the value to be deleted |
| return | boolean |
If no error happens during deletion |
Please login to continue.