Log in
Model

CustomerCachedMetadata

Magento\Customer\Model\Metadata\CustomerCachedMetadata

What it does

This class provides a cached layer for customer attribute metadata operations, improving performance by storing frequently accessed customer metadata in cache.

Developers use this when they need to retrieve customer attribute definitions, form configurations, or validation rules while benefiting from automatic caching to reduce database queries.