Description
Implement history for the query text field so previously executed queries can be recalled easily.
This should be keyed by cache.
Use localstorage, so it is only client-side
Implementation ideas
Create a Query History panel next to the Query panel in each of the caches page.
