Jyxo\Spl\ObjectCache::__unset PHP Method

__unset() public method

Deletes an object with key $key from the storage.
public __unset ( mixed $key )
$key mixed Object key
    public function __unset($key)
    {
        unset($this->storage[$key]);
    }