8 Replies Latest reply on Feb 15, 2017 1:54 PM by william.burns

    CacheMode.INVALIDATION_SYNC: get notified on new cache entries

    andy-l

      Is there any way for listeners to be notified when a new entry is added to an invalidation only cache? With @CacheEntryCreated only a listener local to the cache where the entry is created gets notified and with @CacheEntryInvalidated only a change to existing entries get notified.

       

      thanks