Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Simplify cache invalidation after event persist txn #13796

Merged

Commits on Sep 13, 2022

  1. Invalidate event caches using base method when persisting events

    This moves all the invalidations into a single place and de-duplicates
    the code involved in invalidating caches for a given event by using
    the base class method.
    Fizzadar committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    346cca3 View commit details
    Browse the repository at this point in the history
  2. Add changelog file

    Fizzadar committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    43439b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    a86bb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2a1207 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    4587be1 View commit details
    Browse the repository at this point in the history