Log in
Model

NotificationStorage

Magento\Customer\Model\Customer\NotificationStorage

What it does

This class manages temporary customer notifications using Magento's cache system.

Developers use it to store, check, and remove customer-specific notification flags (like session update notifications) that need to be accessible across requests without database queries.

It's commonly used when you need to trigger actions or display messages to customers after certain events occur.

Public Methods

  • add()
  • isExists()
  • remove()