Log in
Helper

Cache

Magento\Marketplace\Helper\Cache

What it does

This helper class manages caching operations for Magento Marketplace partner data.

Developers use it to store and retrieve partner information from the cache system, avoiding repeated API calls or database queries.

It handles serialization/deserialization of partner data automatically when reading from or writing to the cache.

Public Methods

  • loadPartnersFromCache()
  • savePartnersToCache()
  • getCache()