![]() |
VOOZH | about |
dotnet add package MVCCaching.Kentico --version 13.0.0
NuGet\Install-Package MVCCaching.Kentico -Version 13.0.0
<PackageReference Include="MVCCaching.Kentico" Version="13.0.0" />
<PackageVersion Include="MVCCaching.Kentico" Version="13.0.0" />Directory.Packages.props
<PackageReference Include="MVCCaching.Kentico" />Project file
paket add MVCCaching.Kentico --version 13.0.0
#r "nuget: MVCCaching.Kentico, 13.0.0"
#:package MVCCaching.Kentico@13.0.0
#addin nuget:?package=MVCCaching.Kentico&version=13.0.0Install as a Cake Addin
#tool nuget:?package=MVCCaching.Kentico&version=13.0.0Install as a Cake Tool
MVC Caching for Kentico MVC 13 (.Net Framework, NOT .net core!), extending the DancingGoat Caching Implementation to allow for easy Caching both of Repository calls, database calls, and Output Caching. Sets up and leverages Kentico's cache dependencies.
MVCCaching.Kentico NuGet Package to your MVC Site #region "AutoFac Cache and other dependency injections"
// Register AutoFac Items
var autofacBuilder = new ContainerBuilder();
// Register Dependencies for Cache, pass in any assemblies you wish to hook up
DependencyResolverConfig.Register(autofacBuilder, new Assembly[] { typeof(ApplicationConfig).Assembly });
// Set Autofac Dependency resolver to the builder
DependencyResolver.SetResolver(new AutofacDependencyResolver(autofacBuilder.Build()));
#endregion
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 net48 is compatible. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Upgraded to Xperience 13.