Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following values are used to specify states that provide hints to clients about whether to cache files by using client-side caching with the SMB Protocol, as specified in [MS-SMB].
Constant/value |
Description |
---|---|
CSC_CACHE_MANUAL_REINT 0x00 |
The client MUST allow only manual caching for the files open from this share. |
CSC_CACHE_AUTO_REINT 0x10 |
The client MAY cache every file that it opens from this share. |
CSC_CACHE_VDO 0x20 |
The client MAY cache every file that it opens from this share. Also, the client MAY satisfy the file requests from its local cache. |
CSC_CACHE_NONE 0x30 |
The client MUST NOT cache any files from this share. |