Hello! I want to write some organization-level calls that will allow developers to, optimally:
1. list everything in cache, returning a list of names
2. display the properties for a cache item, given the name
3. list all cached entries, given the name
4. list all cached entries matching an input regex
5. enable (or disable) the prefetch property of a cached item, given the key
In order for these calls to meet the requirements, they would need to be outside of admin-level access. I'm writing to get a sanity check on this, in general, but also to gather any strategy tips or guidance the community might have. Thanks in advance!