Uses of Class
org.linuxforhealth.fhir.cache.CacheKey
- 
Packages that use CacheKey Package Description org.linuxforhealth.fhir.cache  - 
- 
Uses of CacheKey in org.linuxforhealth.fhir.cache
Methods in org.linuxforhealth.fhir.cache that return CacheKey Modifier and Type Method Description CacheKeyCachingProxy.KeyGenerator. generate(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args)Generate a cache key for the provided target object, method, and arguments.static CacheKeyCacheKey. key(java.lang.Object... values)A factory method for creating CacheKey instances from one or more values 
 -