2 Replies Latest reply on Oct 3, 2012 2:12 AM by infiniuser

    Monitoring remote cache entries

    infiniuser

      Hi,

       

      We are planning to use Infinispan in distributed mode with a Hotrod client. The cache entries will be Key - String, Value - Object with a short timeout (~ X minutes) . We would like to know which keys are being cached the most and their frequency / time of caching (ex: Key1, 10 times @ 9 AM, 10 AM, 10:10 AM ...) What's the best way to implement this ? . It seems listeners and querying is not supported for remote cache curently which would have helped here. Any ideas/suggestions welcome.

       

      Thanks!