I am exposing a cache Eviction Method through JMX wherein I will pass in the key to the parent entity region and the method should clear the entire tree of caches associated with the parent, Need to figure out how to get all the child collection cache regions and the child entity cache regions for a particular cached parent entity.
Asked
Active
Viewed 249 times
0
-
Any particular cache provider? Or your own custom one? – Galder Zamarreño Jan 06 '17 at 12:59
-
I'm using HazelCast as a provider for the Hibernate 2nd level cache – Sabya Jan 09 '17 at 10:34