wincache_ucache_delete
PECL wincache >= 1.1.0
wincache_ucache_delete - Deletes variables from the user cache
Manual
wincache_ucache_delete(
mixed$key ): bool
Deletes the elements in the user cache pointed by key.
Parameters
- key
-
The key that was used to store the variable in the cache. key is case sensitive. key can be an array of keys.
Return Values
Returns true on success or false on failure.
If key is an array then the function returns false if every element of the array fails to get deleted from the user cache, otherwise returns an array which consists of all the keys that are deleted.