add caching support for folders
This commit is contained in:
@ -62,6 +62,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public bool IsSystem { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// An HTTP Caching Cache-Control directive
|
||||
/// </summary>
|
||||
public string CacheControl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Deprecated
|
||||
/// Note that this property still exists in the database because columns cannot be dropped in SQLite
|
||||
|
Reference in New Issue
Block a user