Class BeCPGRefreshableCacheEvent

java.lang.Object
fr.becpg.repo.cache.impl.BeCPGRefreshableCacheEvent
All Implemented Interfaces:
Serializable, org.alfresco.util.cache.RefreshableCacheEvent

public class BeCPGRefreshableCacheEvent extends Object implements org.alfresco.util.cache.RefreshableCacheEvent

BeCPGRefreshableCacheEvent class.

Author:
matthieu
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Constant serialVersionUID=-6131535575464962047L
      See Also:
    • cacheId

      private String cacheId
    • key

      private String key
  • Constructor Details

    • BeCPGRefreshableCacheEvent

      BeCPGRefreshableCacheEvent(String cacheId, String key)

      Constructor for BeCPGRefreshableCacheEvent.

      Parameters:
      cacheId - a String object
      key - a String object
  • Method Details

    • getCacheId

      public String getCacheId()
      Specified by:
      getCacheId in interface org.alfresco.util.cache.RefreshableCacheEvent
    • getKey

      public String getKey()
      Specified by:
      getKey in interface org.alfresco.util.cache.RefreshableCacheEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object