Interface CacheEntryPassivatedEvent<K,​V>

    • Method Detail

      • getValue

        V getValue()
        Retrieves the value of the entry being passivated.

        Specified by:
        getValue in interface CacheEntryEvent<K,​V>
        Returns:
        the value of the entry being passivated, if isPre() is true. null otherwise.