Prado\Caching\TCache::deleteValue PHP Method

deleteValue() abstract protected method

Deletes a value with the specified key from cache This method should be implemented by child classes to delete the data from actual cache storage.
abstract protected deleteValue ( $key ) : boolean
return boolean if no error happens during deletion
    protected abstract function deleteValue($key);