8 references to AddExpirationToken
HtmlGenerationWebSite (1)
ProductsService.cs (1)
44
new MemoryCacheEntryOptions().
AddExpirationToken
(changeToken));
Microsoft.AspNetCore.Mvc.Razor (4)
Infrastructure\DefaultFileVersionProvider.cs (2)
60
cacheEntryOptions.
AddExpirationToken
(FileProvider.Watch(resolvedPath));
68
cacheEntryOptions.
AddExpirationToken
(FileProvider.Watch(requestPathBaseRelativePath));
RazorViewEngine.cs (2)
198
cacheEntryOptions.
AddExpirationToken
(expirationToken);
384
cacheEntryOptions.
AddExpirationToken
(expirationToken);
Microsoft.AspNetCore.Mvc.TagHelpers (2)
CacheTagHelper.cs (1)
95
options.
AddExpirationToken
(new CancellationChangeToken(tokenSource.Token));
GlobbingUrlBuilder.cs (1)
124
options.
AddExpirationToken
(changeToken);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
CacheTagHelperTest.cs (1)
491
.
AddExpirationToken
(new CancellationChangeToken(tokenSource.Token));