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