synapse/changelog.d/8563.misc
Richard van der Hoff 97647b33c2
Replace DeferredCache with LruCache where possible (#8563)
Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate.
2020-10-19 12:20:29 +01:00

2 lines
75 B
Plaintext

Replace `DeferredCache` with the lighter-weight `LruCache` where possible.