Interface
HashMapInterface
Magento\CatalogUrlRewrite\Model\Map\HashMapInterface
What it does
This interface defines a contract for hash map data structures that store and retrieve category-related URL rewrite data.
Developers implement this interface when creating memory-efficient data maps for catalog URL rewrites, with methods to fetch all data or specific data by key for a given category ID, and to free memory when done.
Public Methods
- getAllData()
- getData()
- resetData()