Uses of Class
ca.uhn.fhir.rest.api.CacheControlDirective
-
Packages that use CacheControlDirective Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.gclient -
-
Uses of CacheControlDirective in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return CacheControlDirective Modifier and Type Method Description CacheControlDirectiveCacheControlDirective. parse(List<String> theValues)Parses a list ofCache-Controlheader valuesCacheControlDirectiveCacheControlDirective. setMaxResults(Integer theMaxResults)If theno-storedirective is set, this HAPI FHIR extention to theCache-Controlheader calledmax-results=123specified the maximum number of results which will be fetched from the database before returning.CacheControlDirectiveCacheControlDirective. setNoCache(boolean theNoCache)Iftrue<, adds theno-cachedirective to the request.CacheControlDirectiveCacheControlDirective. setNoStore(boolean theNoStore) -
Uses of CacheControlDirective in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type CacheControlDirective Modifier and Type Method Description TIClientExecutable. cacheControl(CacheControlDirective theCacheControlDirective)Sets theCache-Controlheader value, which advises the server (or any cache in front of it) how to behave in terms of cached requests
-