mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
97647b33c2
Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate.
2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
Replace `DeferredCache` with the lighter-weight `LruCache` where possible.
|