wincache_ucache_delete

Example

 bool wincache_ucache_delete ( mixed $key ) 

Description

Deletes the elements in the user cache pointed by key.

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.