mixed wincache_ucache_dec ( string $key [, int $dec_by = 1 [, bool &$success ]] )
Decrements the value associated with the key by 1 or as specified by dec_by.
Returns the decremented value on success and FALSE on failure.