| 
 | wincache_ucache_clearDeletes entire content of the user cache Description
   bool wincache_ucache_clear
    ( void
   ) Clears/deletes all the values stored in the user cache. Return Values
   Returns  Examples
 Example #1 using wincache_ucache_clear 
<?phpThe above example will output: 
array(5) { ["green"]=> int(1) 
           ["red"]=> int(2) 
           ["orange"]=> int(4) 
           ["blue"]=> int(8) 
           ["cyan"]=> int(16) } 
bool(true) 
bool(false) 
See Also
 
 |