deleteValue() protected method
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
| protected 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.