wincache_ucache_exists

Example

 bool wincache_ucache_exists ( string $key ) 

Description

Checks if a variable with the key exists in the user cache or not.

Return Values

Returns TRUE if variable with the key exitsts, otherwise returns FALSE.