if ($request->
getCookie('slt'
)) { $tags[] = 'slt';
} if (strtolower($request->
getModuleName()) === 'frontend' && !
empty($this->session->Admin
)) { // Set admin-cookie if admin session is present
$tags[] = 'admin';
} $action =
$this->cacheRouteGeneration->
getActionRoute($request);
if ($action === 'frontend/account/logout'
) { $tags[] = '';
} return $tags;
} /**
* Returns a list of tags which has to be deleted from the no cache cookie
*
* @return string[]
*/