Interface
DatabaseMapInterface
Magento\CatalogUrlRewrite\Model\Map\DatabaseMapInterface
What it does
This interface defines a contract for using MySQL temporary tables as a data map to retrieve URL rewrite information for categories.
Developers would implement this interface when building data retrieval mechanisms that need to handle large datasets efficiently by using database storage instead of loading everything into memory, particularly during URL rewrite generation for catalog categories.
Public Methods
- getData()
- destroyTableAdapter()