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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.