MVCCaching.Base.Core
2.1.1
Install-Package MVCCaching.Base.Core -Version 2.1.1
dotnet add package MVCCaching.Base.Core --version 2.1.1
<PackageReference Include="MVCCaching.Base.Core" Version="2.1.1" />
paket add MVCCaching.Base.Core --version 2.1.1
#r "nuget: MVCCaching.Base.Core, 2.1.1"
// Install MVCCaching.Base.Core as a Cake Addin
#addin nuget:?package=MVCCaching.Base.Core&version=2.1.1
// Install MVCCaching.Base.Core as a Cake Tool
#tool nuget:?package=MVCCaching.Base.Core&version=2.1.1
Base Attributes and Interfaces for MVC Caching to be implemented with. Designed for MVCCaching.Kentico.Core code files found on github.com, but could be extended to other uses.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MVCCaching.Base.Core:
Package | Downloads |
---|---|
MVCCaching.Kentico.Core
MVC Caching for Kentico Xperience 13 MVC.Net Core, provides attribute level caching and dependency injecting for IRepository and IService. Also provides ICacheDependenciesScope to track Dependencies and retrieve them and ICacheDependenciesStore to store them (all MVCCaching attributed dependencies automatically added to ICacheDependenciesStore). While these can be used manually with any Kentico Xperience 13 version, it is primarily created for KX 13 Refresh 1 and above (Hotfix 16+) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Adjusted Cache Dependency Store to return array instead of IEnumerable for easier integration with Kentico's Cache Dependency tag.