Yes, because in production, expecially in a cluster environment is better not to use file-based-cache, i think that sharing a file-based-cache via NFS will have a huge performance impact.
Use redis full page cache and varnish, it's faster than file based cache and more cluster-friendly (every node will use the same cache and no NFS-sharing issues).