Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
events: implicitly enable caching when creating EventsDispatcher
Application that runs EventsDispatcher can safely use also cache , which greatly improve performance. This is because cache then is properly updated/invalidated when needed. Instead of modifying each application to explicitly enable cache based on this simple rule, make it implicit when EventsDispatcher is created. QubesOS/qubes-issues#3293
- Loading branch information