Elgg\Cache\NullCache::delete PHP Method

delete() public method

Delete data
public delete ( string $key ) : boolean
$key string Unused
return boolean
    public function delete($key)
    {
        return true;
    }