Reacting to caching API updates
This commit is contained in:
parent
b4fe715c71
commit
9ebece44e0
|
|
@ -916,6 +916,7 @@ namespace Microsoft.AspNetCore.Mvc.TagHelpers
|
||||||
public DateTimeOffset? AbsoluteExpiration { get; set; }
|
public DateTimeOffset? AbsoluteExpiration { get; set; }
|
||||||
public TimeSpan? AbsoluteExpirationRelativeToNow { get; set; }
|
public TimeSpan? AbsoluteExpirationRelativeToNow { get; set; }
|
||||||
public TimeSpan? SlidingExpiration { get; set; }
|
public TimeSpan? SlidingExpiration { get; set; }
|
||||||
|
public long? Size { get; set; }
|
||||||
|
|
||||||
public IList<IChangeToken> ExpirationTokens { get; } = new List<IChangeToken>();
|
public IList<IChangeToken> ExpirationTokens { get; } = new List<IChangeToken>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue