Class RemoteCacheKey<I>

  • All Implemented Interfaces:
    org.wildfly.clustering.ee.Key<I>

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

      • RemoteCacheKey

        public RemoteCacheKey​(I id)
    • Method Detail

      • getId

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

        public int hashCode()
        Overrides:
        hashCode in class Object