Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7087

Handle ClientCacheEntryExpired into InvalidatedNearCacheListener

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Hi,

      Is there a reason why the InvalidatedNearCacheListener does not support the cache entry expiration ?
      By adding the ClientCacheEntryExpired annotation on the listener, it should be possible to invalidate a near cache entry when it has expired on a remote infinispan server.

      For example, into org.infinispan.client.hotrod.near.NearCacheService.InvalidatedNearCacheListener add this method :

              @ClientCacheEntryExpired
              @SuppressWarnings("unused")
              public void handleExpiredEvent(ClientCacheEntryExpiredEvent<K> event) {
                  invalidate(event.getKey());
              }
      

      Thanks,

              wburns@redhat.com Will Burns
              jflartaud_jira Jean-Francois LARTAUD (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: