Interface CacheEntryUpdatedListener<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void entryUpdated​(CacheEntryEvent<? extends K,​? extends V> event)
      todo change this to have two args: the old value and the new value Called after the entry has been updated (put into the cache where a previous mapping existed).
    • Method Detail

      • entryUpdated

        void entryUpdated​(CacheEntryEvent<? extends K,​? extends V> event)
                   throws CacheEntryListenerException
        todo change this to have two args: the old value and the new value Called after the entry has been updated (put into the cache where a previous mapping existed).
        Parameters:
        event - The event just updated.
        Throws:
        CacheEntryListenerException - if there is problem executing the listener