1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-08 17:06:52 +00:00
synapse/changelog.d/8595.misc
Richard van der Hoff cbc82aa09f
Implement and use an @lru_cache decorator (#8595)
We don't always need the full power of a DeferredCache.
2020-10-30 11:43:17 +00:00

1 line
43 B
Text

Implement and use an @lru_cache decorator.