Prado\Caching\TXCache::deleteValue PHP Method

deleteValue() protected method

Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
protected deleteValue ( $key ) : boolean
return boolean if no error happens during deletion
    protected function deleteValue($key)
    {
        return xcache_unset($key);
    }