CacheByAttribute.Core 0.1.0.3

dotnet add package CacheByAttribute.Core --version 0.1.0.3
NuGet\Install-Package CacheByAttribute.Core -Version 0.1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CacheByAttribute.Core" Version="0.1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheByAttribute.Core --version 0.1.0.3
#r "nuget: CacheByAttribute.Core, 0.1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CacheByAttribute.Core as a Cake Addin
#addin nuget:?package=CacheByAttribute.Core&version=0.1.0.3

// Install CacheByAttribute.Core as a Cake Tool
#tool nuget:?package=CacheByAttribute.Core&version=0.1.0.3

A flexible attribute based caching system using the framework's built in ObjectCache as a caching store. This project adds multiple regions and an intelligent key resolver that can use primary keys of objects as the cache key.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CacheByAttribute.Core:

Package Downloads
CacheByAttribute.Glimpse

A Glimpse Plugin providing cache statistics for the CacheByAttribute project

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0.3 1,636 1/29/2015
0.1.0.2 1,242 9/8/2014
0.1.0.1 1,156 9/8/2014
0.1.0 1,175 8/1/2014
0.0.0.11 1,215 7/31/2014
0.0.0.10 1,123 7/19/2014
0.0.0.9 1,156 7/19/2014
0.0.0.8 1,087 7/16/2014
0.0.0.7 1,128 7/12/2014
0.0.0.6 1,107 7/9/2014
0.0.0.4 1,117 7/9/2014
0.0.0.3 1,141 7/8/2014
0.0.0.2 1,108 7/8/2014
0.0.0.1 1,203 7/8/2014

Added ability to disable cache for unit testing