Contao\Cache::__unset PHP Метод

__unset() публичный Метод

Remove a cache entry
Устаревший: 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);
    }