Subject: | New options for CHI::Driver::File & CHI::Driver::FastMmap |
Hello Mr Swartz,
When creating file caches that will be read by different users but the same group.
It would be nice to have the ability to set the umask before creating the files or directory.
I propose the following options
For CHI::Driver::File.
dir_create_umask
file_create_umask
For CHI::Driver::FastMmap
dir_create_umask
If they are defined then the umask will be set before file/directory creation and reset to the original umask afterwards.