Jordan Hrycaj 779ba052c8
Refactor lruFetch() item rotation (#112)
* Re-route KeyError exceptions as Defect for all except the `[]` function

why:
  Access via key is verified, error is returned via Result[]

* Refactor lruFetch() item rotation

why:
  Previously, the item was deleted and re-inserted in the table although
  for rotation, only the queue links need to be updated.

* Delete some KeyError annotations

why:
  Was overlooked earlier

* More KeyError fixes
2022-05-19 18:51:47 +01:00
..
2019-12-20 13:23:30 +01:00
2021-12-03 13:28:59 +02:00
2020-06-15 21:09:41 +07:00
2021-04-16 15:23:36 +02:00
2021-12-02 16:24:02 +01:00
2021-04-12 22:55:09 +02:00
2019-12-20 13:23:30 +01:00
2020-12-15 17:07:20 +02:00
2021-09-13 19:02:32 +03:00
2019-09-26 18:25:19 +03:00
2022-01-13 22:02:44 +01:00
2020-12-10 12:05:22 +01:00
2021-12-03 13:28:59 +02:00