AF.DataCaching
1.0.10
This component can be used to cache data to increase query performance.Specially in reports, where data come from multiple tables; Include costly joins. This component store Result set in cache to improve Performance.
Click on Project Site link to get Step by Step implementation guide.
Install-Package AF.DataCaching -Version 1.0.10
dotnet add package AF.DataCaching --version 1.0.10
<PackageReference Include="AF.DataCaching" Version="1.0.10"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AF.DataCaching --version 1.0.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AF.DataCaching, 1.0.10"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install AF.DataCaching as a Cake Addin #addin nuget:?package=AF.DataCaching&version=1.0.10 // Install AF.DataCaching as a Cake Tool #tool nuget:?package=AF.DataCaching&version=1.0.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- AF.DataAccessor (>= 1.0.6)
- AF.UtilityServices (>= 1.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.