summary refs log tree commit diff
path: root/synapse/util/linked_list.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a few `Any`s in `LruCache` type hints (#11453)Sean Quah2021-11-301-2/+2
* Add types to synapse.util. (#10601)reivilibre2021-09-101-4/+4
* Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-0/+150