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

  • Constructor Details

    • BeCPGRefreshableCacheEvent

      BeCPGRefreshableCacheEvent(String cacheId, String key)
  • 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