wincache_ucache_delete

 bool wincache_ucache_delete ( mixed $key ) 

説明

Deletes the elements in the user cache pointed by key.

戻り値

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.