ac / noac Selects whether the client may cache file attributes. If
neither option is specified (or if ac is specified), the
client caches file attributes.
To improve performance, NFS clients cache file
attributes. Every few seconds, an NFS client checks the
server's version of each file's attributes for updates.
Changes that occur on the server in those small inter‐
vals remain undetected until the client checks the
server again. The noac option prevents clients from
caching file attributes so that applications can more
quickly detect file changes on the server.
In addition to preventing the client from caching file
attributes, the noac option forces application writes to
become synchronous so that local changes to a file
become visible on the server immediately. That way,
other clients can quickly detect recent writes when they
check the file's attributes.