mongodb\Cache deleteValue()

deleteValue() protected 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 boolean deleteValue ( $key )
$key string

The key of the value to be deleted

return boolean

If no error happens during deletion

doc_Yii
2016-10-30 17:07:33
Comments
Leave a Comment

Please login to continue.