Neos\Flow\Session\Session::removeSessionMetaDataCacheEntry PHP Method

removeSessionMetaDataCacheEntry() protected method

Note that this function does only remove the "head" cache entry, not the related data referred to by the storage identifier.
protected removeSessionMetaDataCacheEntry ( string $sessionIdentifier ) : void
$sessionIdentifier string
return void
    protected function removeSessionMetaDataCacheEntry($sessionIdentifier)
    {
        $this->metaDataCache->remove($sessionIdentifier);
    }