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