Class CacheKey<K>

java.lang.Object
org.wildfly.clustering.cache.infinispan.CacheKey<K>
All Implemented Interfaces:
Key<K>

public class CacheKey<K> extends Object implements Key<K>
A base cache key implementation.
Author:
Paul Ferraro
  • Constructor Details

    • CacheKey

      public CacheKey(K id)
  • Method Details