add caching support for folders

This commit is contained in:
sbwalker
2025-01-28 12:47:23 -05:00
parent a996a88fc4
commit 2a06304a2c
5 changed files with 63 additions and 11 deletions

View File

@ -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