0

I have a requirement where I want to view, modify the content of or add new entry to the cache entries. I am using JCache API to and EHCache as the provider.

I don't want to write any wrapper API to expose the cache contents. I am wondering is there a way to access the cache contents remotely. I see there are two MBeans supported by JCache but those are for Configuration & Statistics data.

Thanks

param83
  • 453
  • 2
  • 6
  • 17

1 Answers1

0

JSR-107 has no remoting API defined. You will need to look at the provider specific APIs, Ehcache in your case.

Louis Jacomet
  • 13,661
  • 2
  • 34
  • 43