DynaCache.Extended
1.1.3
DynaCache.Extended is a small C# library that allows you to automatically cache the output from standard .NET functions. Although it is possible to use it without one, DynaCache.Extended works best when used in conjunction with a dependency injection (DI) framework, such as StructureMap, Ninject, etc.
Install-Package DynaCache.Extended -Version 1.1.3
dotnet add package DynaCache.Extended --version 1.1.3
<PackageReference Include="DynaCache.Extended" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynaCache.Extended --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DynaCache.Extended, 1.1.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
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.