Hi,
I think that is not possible
You should not delete the cache while any of the JVM's are running and using the cache. The server has to be stopped before clearing the cache The reason al servers share the same JVM
You can launch the command:
java -Xshareclasses:listAllCaches
regards