Reacting to caching API updates

This commit is contained in:
John Luo 2017-07-07 21:22:49 -07:00
parent b4fe715c71
commit 9ebece44e0
1 changed files with 1 additions and 0 deletions

View File

@ -916,6 +916,7 @@ namespace Microsoft.AspNetCore.Mvc.TagHelpers
public DateTimeOffset? AbsoluteExpiration { get; set; }
public TimeSpan? AbsoluteExpirationRelativeToNow { get; set; }
public TimeSpan? SlidingExpiration { get; set; }
public long? Size { get; set; }
public IList<IChangeToken> ExpirationTokens { get; } = new List<IChangeToken>();