
Uses of Class
ca.uhn.fhir.rest.api.CacheControlDirective
Packages that use CacheControlDirective
-
Uses of CacheControlDirective in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return CacheControlDirectiveModifier and TypeMethodDescriptionstatic CacheControlDirectiveCacheControlDirective.noCache()Convenience factory method for a no-cache directivelParses a list ofCache-Controlheader valuesCacheControlDirective.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.CacheControlDirective.setNoCache(boolean theNoCache) Iftrue, adds theno-cachedirective to the request.CacheControlDirective.setNoStore(boolean theNoStore) -
Uses of CacheControlDirective in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type CacheControlDirectiveModifier and TypeMethodDescriptionIClientExecutable.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 requestsIClientHttpExecutable.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