Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheKey<I>
- java.lang.Object
-
- org.wildfly.clustering.ee.hotrod.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 Summary
Constructors Constructor Description RemoteCacheKey(I id)
-
-
-
Constructor Detail
-
RemoteCacheKey
public RemoteCacheKey(I id)
-
-