| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
CacheControlDirective |
CacheControlDirective.parse(List<String> theValues)
Parses a list of
Cache-Control header values |
CacheControlDirective |
CacheControlDirective.setMaxResults(Integer theMaxResults)
If the
no-store directive is set, this HAPI FHIR extention
to the Cache-Control header called max-results=123
specified the maximum number of results which will be fetched from the
database before returning. |
CacheControlDirective |
CacheControlDirective.setNoCache(boolean theNoCache)
If
true<, adds the no-cache directive to the
request. |
CacheControlDirective |
CacheControlDirective.setNoStore(boolean theNoStore) |
| Modifier and Type | Method and Description |
|---|---|
T |
IClientExecutable.cacheControl(CacheControlDirective theCacheControlDirective)
Sets the
Cache-Control header value, which advises the server (or any cache in front of it)
how to behave in terms of cached requests |
Copyright © 2014–2019 University Health Network. All rights reserved.