V16: Implement cache tags (#19101)
* Implement tags for content cache * Implement tags for media cache * Refactor to only use cache and media tags * Remove from DI * Cleanup * Update Nuget packages * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Change description to be more precise * Minor code tidy: indents, static methods where possible, made tags methods a little terser. * Fixed according to review --------- Co-authored-by: Elitsa <elm@umbraco.dk> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!-- Microsoft packages -->
|
||||
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
|
||||
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="9.0.4" />
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
|
||||
<PackageVersion Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
<PackageVersion Include="System.Data.Odbc" Version="9.0.0" />
|
||||
|
||||
Reference in New Issue
Block a user