mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Merge branch '1.9.x' into dev
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Orchard.OutputCache.Models {
|
||||
public virtual int GraceTime { get; set; }
|
||||
public virtual DateTime ValidUntilUtc { get; set; }
|
||||
public virtual DateTime StoredUntilUtc { get; set; }
|
||||
public virtual byte[] Output { get; set; }
|
||||
[StringLengthMax] public virtual byte[] Output { get; set; }
|
||||
public virtual string ContentType { get; set; }
|
||||
[StringLength(2048)] public virtual string QueryString { get; set; }
|
||||
[StringLength(2048)] public virtual string CacheKey { get; set; }
|
||||
@@ -22,4 +22,4 @@ namespace Orchard.OutputCache.Models {
|
||||
public virtual int StatusCode { get; set; }
|
||||
[StringLengthMax] public virtual string Tags { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user