Merge pull request #65 from matrix-org/get_event_cache
Add an in-memory cache for get_event in the storage layer
No related branches found
No related tags found
Showing
- synapse/config/_base.py 10 additions, 0 deletionssynapse/config/_base.py
- synapse/config/database.py 5 additions, 0 deletionssynapse/config/database.py
- synapse/storage/__init__.py 5 additions, 0 deletionssynapse/storage/__init__.py
- synapse/storage/_base.py 20 additions, 4 deletionssynapse/storage/_base.py
- synapse/util/lrucache.py 110 additions, 0 deletionssynapse/util/lrucache.py
- tests/storage/test_base.py 3 additions, 2 deletionstests/storage/test_base.py
- tests/util/test_lrucache.py 56 additions, 0 deletionstests/util/test_lrucache.py
- tests/utils.py 1 addition, 0 deletionstests/utils.py
Loading
Please register or sign in to comment