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

Remove keylen from LruCache. #9993

Merged
merged 3 commits into from
May 24, 2021
Merged

Remove keylen from LruCache. #9993

merged 3 commits into from
May 24, 2021

Commits on May 14, 2021

  1. Make del_multi independent of keylen

    Changes the way TreeCache works, so that it's easier to tell when you have
    removed a subtree or a leaf node from the tree - hence `del_multi` doesn't need
    to care about `keylen`.
    richvdh committed May 14, 2021
    Configuration menu
    Copy the full SHA
    9d7e050 View commit details
    Browse the repository at this point in the history
  2. Remove redundant keylen param on LruCache

    This is no longer required.
    richvdh committed May 14, 2021
    Configuration menu
    Copy the full SHA
    175c8ae View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed May 14, 2021
    Configuration menu
    Copy the full SHA
    c441f0e View commit details
    Browse the repository at this point in the history