Contao\Cache::__unset PHP Méthode

__unset() public méthode

Remove a cache entry
Deprecation: Deprecated since Contao 4.0, to be removed in Contao 5.0. Use Cache::remove() instead.
public __unset ( string $strKey )
$strKey string The cache key
    public function __unset($strKey)
    {
        static::remove($strKey);
    }