update caching headers

This commit is contained in:
Luke Pulverenti
2016-11-27 14:36:56 -05:00
parent b485c4ca51
commit 26ef23d628
12 changed files with 139 additions and 67 deletions

View File

@@ -369,7 +369,6 @@ namespace MediaBrowser.Model.IO
Append = 6
}
[Flags]
public enum FileAccessMode
{
//
@@ -388,7 +387,6 @@ namespace MediaBrowser.Model.IO
ReadWrite = 3
}
[Flags]
public enum FileShareMode
{
//
@@ -417,16 +415,7 @@ namespace MediaBrowser.Model.IO
// or another process) will fail until the file is closed. However, even if this
// flag is specified, additional permissions might still be needed to access the
// file.
ReadWrite = 3,
//
// Summary:
// Allows subsequent deleting of a file.
Delete = 4,
//
// Summary:
// Makes the file handle inheritable by child processes. This is not directly supported
// by Win32.
Inheritable = 16
ReadWrite = 3
}
}