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

Implement and use an @lru_cache decorator #8595

Merged
merged 6 commits into from
Oct 30, 2020
Merged

Commits on Oct 28, 2020

  1. Pull cache key creation stuff up into CacheDescriptorBase

    ... so it can be reused for other descriptor things
    richvdh committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    bdaa7a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e29b6b3 View commit details
    Browse the repository at this point in the history
  3. @lru_cache

    richvdh committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    835103a View commit details
    Browse the repository at this point in the history
  4. Use @lru_cache

    richvdh committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    550bec2 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    8b487a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. update comment

    richvdh committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    eeeb7be View commit details
    Browse the repository at this point in the history