Package com.ibm.fhir.cache
Class CacheKey
- java.lang.Object
-
- com.ibm.fhir.cache.CacheKey
-
public class CacheKey extends Object
A general purpose cache key class used to create composite keys
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static CacheKey
key(Object... values)
A factory method for creating CacheKey instances from one or more values
-