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 that represents a composite key using an array of values 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static CacheKeykey(Object... values)A factory method for creating CacheKey instances from one or more valuesStringtoString()Object[]values()Get a copy of the values array used by this cache key. 
 - 
 
- 
- 
Method Detail
- 
values
public Object[] values()
Get a copy of the values array used by this cache key.- Returns:
 - a copy of the values array used by this cache key
 
 
 - 
 
 -