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

Speed up @cachedList #13591

Merged
merged 10 commits into from
Aug 23, 2022
Merged

Speed up @cachedList #13591

merged 10 commits into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. Refactor DeferredCache

    This is mostly around making `CacheEntry` a generic class and moving
    some of the callbacks out into methods so that we can reuse them.
    erikjohnston committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9f94106 View commit details
    Browse the repository at this point in the history
  2. Bulk set API.

    This allows us to avoid create a deferred per-key up front when doing
    bulk fetch operations from the DB.
    erikjohnston committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4456134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1626c62 View commit details
    Browse the repository at this point in the history
  4. Newsfile

    erikjohnston committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ab035d2 View commit details
    Browse the repository at this point in the history
  5. Rename get_callbacks

    erikjohnston committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7f3b52b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4222bfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45ab2f1 View commit details
    Browse the repository at this point in the history
  8. Rename set_bulk

    erikjohnston committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    486b0b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8731fd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6913f4c View commit details
    Browse the repository at this point in the history