Uses of Interface
com.ibm.fhir.cache.CachingProxy.KeyGenerator
- 
Packages that use CachingProxy.KeyGenerator Package Description com.ibm.fhir.cache com.ibm.fhir.cache.annotation  - 
- 
Uses of CachingProxy.KeyGenerator in com.ibm.fhir.cache
Fields in com.ibm.fhir.cache declared as CachingProxy.KeyGenerator Modifier and Type Field Description static CachingProxy.KeyGeneratorCachingProxy.KeyGenerator. DEFAULTDefault implementation uses the method and argument parameters to generate a cache key - 
Uses of CachingProxy.KeyGenerator in com.ibm.fhir.cache.annotation
Methods in com.ibm.fhir.cache.annotation that return types with arguments of type CachingProxy.KeyGenerator Modifier and Type Method Description Class<? extends CachingProxy.KeyGenerator>keyGeneratorClass()The class used to generate keys for entries in the result cache 
 -