AddressCachedMetadata
Magento\Customer\Model\Metadata\AddressCachedMetadata
What it does
This class provides a cached layer for customer address attribute metadata to improve performance by reducing database queries.
Developers use this class when working with customer address attributes (like street, city, postal code) to retrieve their properties and validation rules efficiently.
It implements the AddressMetadataInterface and extends CachedMetadata to cache metadata for the 'customer_address' entity type.