Package ca.uhn.fhir.rest.server.util
Interface ICachedSearchDetails
-
public interface ICachedSearchDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCannotBeReused()Mark the search as being non-reusable by future queries (as in, the search can serve multiple page requests for pages of the same search, but it won't be reused in the future)
-
-
-
Method Detail
-
setCannotBeReused
void setCannotBeReused()
Mark the search as being non-reusable by future queries (as in, the search can serve multiple page requests for pages of the same search, but it won't be reused in the future)
-
-