Package ca.uhn.fhir.rest.server.util
Interface ICachedSearchDetails
public interface ICachedSearchDetails
-
Method Summary
Modifier and TypeMethodDescriptionvoidMark 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 Details
-
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)
-