Interface CacheEntryEvent<T>

  • Type Parameters:
    T - the class of the data stored in the cache.
    All Superinterfaces:
    CacheEvent<T>

    public interface CacheEntryEvent<T>
    extends CacheEvent<T>
    Base object used to contains informations when sending cache entry events.
    Version:
    $Id: dd5bba2a8d3cf77a203d72f506e1950a296cb4bc $
    See Also:
    CacheEntryListener
    • Method Detail

      • getEntry

        CacheEntry<T> getEntry()
        Returns:
        the cache entry containing, among other things, the value and the key.