ID EN
OS

SF_NOCACHE

Python 3.11

Parameter to the sendfile() function, if the implementation supports it. The data won’t be cached in the virtual memory and will be freed afterwards.

Syntax

PYTHON
os.SF_NOCACHE

See Also

sendfile() Availability