Neos\Flow\Session\Session::removeSessionMetaDataCacheEntry PHP Méthode

removeSessionMetaDataCacheEntry() protected méthode

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
Résultat void
    protected function removeSessionMetaDataCacheEntry($sessionIdentifier)
    {
        $this->metaDataCache->remove($sessionIdentifier);
    }