Storm\Utilities\Cache\XcacheCache::Delete PHP Méthode

Delete() public méthode

public Delete ( $Key )
    public function Delete($Key)
    {
        return xcache_unset($Key);
    }