I am using the Coherence REST API against Coherence 3.7.1 as detailed here: Building Your First Coherence REST Application
I am able the query my caches successfully via REST to retrieve the values.
However, I cannot find any documentation regarding the use of the REST API to retrieve the cache keys.
Does anyone know if this can be done?
Thanks