The latest in Magento land

Do you know that feeling? You worked long and hard on that blog post? Or that super wicked Magento extension? And then you hit publish and... nothing. No one reads it. No one sees it. It just sits there. Well, not anymore! Mage Dispatch is here to help you get your content out there.

Mage Dispatch is a newsletter for the community and by the community. Here you can share links that you think that the community should know about. We will include it in our next newsletter.

  • A robust Magento 2 module that provides a persistent, isolated cache layer untouched by Magento's default CLI cache operations (cache:clean, cache:flush).

    In Magento 2, we often store temporary but important data in cache — such as serialized payloads, or flags for ongoing processes. However, a major concern arises: Running Magento CLI commands like bin/magento cache:flush or cache:clean can wipe out these important entries, potentially corrupting workflows.

    https://github.com/attherateof/PersistentCache
    1
    1

    16 Jul 2025

Popup Logo