Model
ConfigIdentity
Magento\StoreGraphQl\Model\Resolver\Stores\ConfigIdentity
What it does
This class generates cache identity tags for GraphQL store configuration queries in Magento 2.
It creates unique cache tags based on store IDs, website IDs, and store group IDs to enable proper cache invalidation when store configuration data changes.
Developers use this to ensure GraphQL responses for store configuration are properly cached and invalidated.
Public Methods
- getIdentities()