2.2.2.5 Client-Side Caching (CSC) States
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. |