Class RemoteCacheKey<I>

java.lang.Object
org.wildfly.clustering.ee.hotrod.RemoteCacheKey<I>
All Implemented Interfaces:
Key<I>

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

    • RemoteCacheKey

      public RemoteCacheKey(I id)
  • Method Details