psdi.mbo

Class ReloadCacheEventMsg

  • All Implemented Interfaces:
    java.io.Serializable


    public class ReloadCacheEventMsg
    extends EventMessage
    The event message that is sent when the cache reload event is fired. It contains the cache name and the key.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReloadCacheEventMsg

        public ReloadCacheEventMsg(java.lang.String name,
                                   java.lang.String keyStr,
                                   java.lang.String cacheName)
    • Method Detail

      • getChangedKey

        public java.lang.String getChangedKey()
        Returns the key of the affected cache entry. If it return null, that means it doesn't know which one has changed.
        Returns:
      • getCacheName

        public java.lang.String getCacheName()
        Returns the cache that reload event is fired on.