Proposal
Currently, when a user clicks on any memcache key, it navigates to a new view/page. This creates unnecessary back-and-forth navigation and causes all keys to reload each time, impacting both performance and user experience.
Implement an accordion-style interaction for memcache keys:
- When a user clicks on a key, its details should expand inline on the same page.
- Only the selected key should open, keeping others collapsed (or optionally allow multiple open states).
- This avoids full-page navigation and eliminates repeated fetching/reloading of all keys.
Motivation and context

Proposal
Currently, when a user clicks on any memcache key, it navigates to a new view/page. This creates unnecessary back-and-forth navigation and causes all keys to reload each time, impacting both performance and user experience.
Implement an accordion-style interaction for memcache keys:
Motivation and context