Class RemoteCacheKey<I>

java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheKey<I>
All Implemented Interfaces:
org.wildfly.clustering.cache.Key<I>

public class RemoteCacheKey<I> extends Object implements org.wildfly.clustering.cache.Key<I>
Base type for remote cache keys.
Author:
Paul Ferraro
  • Constructor Details

    • RemoteCacheKey

      public RemoteCacheKey(I id)
  • Method Details

    • getId

      public I getId()
      Specified by:
      getId in interface org.wildfly.clustering.cache.Key<I>
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object