mirror of https://github.com/watcha-fr/synapse
Replace DeferredCache with LruCache where possible (#8563)
Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate.code_spécifique_watcha
parent
79c1f973ce
commit
97647b33c2
@ -0,0 +1 @@ |
||||
Replace `DeferredCache` with the lighter-weight `LruCache` where possible. |
Loading…
Reference in new issue