synapse/changelog.d/8561.misc
Richard van der Hoff 3ee17585cd
Make LruCache register its own metrics (#8561)
rather than have everything that instantiates an LruCache manage metrics
separately, have LruCache do it itself.
2020-10-16 15:51:57 +01:00

2 lines
52 B
Plaintext

Move metric registration code down into `LruCache`.