Hi I'm looking for an option equivalent to the lookupcache=none in Unix but on Windows Server 2012 NFS client
With more details :
I'm currently working on a clustered application using NFS which needs to disable cache option on client side.On Unix system it is pretty simple to do this with a "mount -lookupcache=none" on your client. But I can't find any similar option on Windows Server 2012 NFS Client.
It appears that older versions used some key in registry to do that but I'm unable to find how to do in WS2012.
Thanks for your help