![]() |
VOOZH | about |
dotnet add package MVCCaching.Base.Core.Components --version 8.1.0
NuGet\Install-Package MVCCaching.Base.Core.Components -Version 8.1.0
<PackageReference Include="MVCCaching.Base.Core.Components" Version="8.1.0" />
<PackageVersion Include="MVCCaching.Base.Core.Components" Version="8.1.0" />Directory.Packages.props
<PackageReference Include="MVCCaching.Base.Core.Components" />Project file
paket add MVCCaching.Base.Core.Components --version 8.1.0
#r "nuget: MVCCaching.Base.Core.Components, 8.1.0"
#:package MVCCaching.Base.Core.Components@8.1.0
#addin nuget:?package=MVCCaching.Base.Core.Components&version=8.1.0Install as a Cake Addin
#tool nuget:?package=MVCCaching.Base.Core.Components&version=8.1.0Install as a Cake Tool
This readme is specifically for the Platform Agnostic MVCCaching packages. If you are using this for Xperience by Kentico, or Kentico Xperience 13, please see those specific readmes.
I believe caching should be a common optimization practice. Caching, at it's core, consists of these core elements:
Along with that, there may be things that caches often need to know:
Lastly, in terms of usage of the <cache> tag within ASP.Net Core MVC, you also often need:
<cache> tagMVCCaching.Base.Core Provides interfaces, extension methods and helpers to accomplish these concepts. These do not, however, actually implement them, as that varies.
MVCCaching.Base.Core.Components also provides Tag Helpers that extend the <cache> tag, and add the <cache-dependency-keys> child tag to allow passing of those dependencies.
Additionally, although not caching related, Dependency Injection automation is also something often employed and is included.
These packages have implementations in Kentico Xperience 13 and Xperience by Kentico, however there is nothing preventing implementations to be written for other platforms, or just MVC itself (using memory cache for example).
If you wish to use these base items and write other implementations, feel free to fork and make a pull request!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on MVCCaching.Base.Core.Components:
| Package | Downloads |
|---|---|
|
XperienceCommunity.Baseline.Core.RCL
The Baseline a set of Core Systems, Tools, and Structure to ensure a superior Kentico Website that's easy to migrate, for Kentico Xperience 13 and eventually Xperience by Kentico |
|
|
XperienceCommunity.DevTools.MVCCaching
Adjusted Get Default Language to fall back to Content Default Language. Changed ICachingReferenceService to ICacheReferenceService to fit other ICache motif. |
This package is not used by any popular GitHub repositories.
Updated Base.Core reference