CacheRepository 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CacheRepository --version 1.2.0
NuGet\Install-Package CacheRepository -Version 1.2.0
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="CacheRepository" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheRepository --version 1.2.0
#r "nuget: CacheRepository, 1.2.0"
#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 CacheRepository as a Cake Addin
#addin nuget:?package=CacheRepository&version=1.2.0

// Install CacheRepository as a Cake Tool
#tool nuget:?package=CacheRepository&version=1.2.0

Fast and configurable repository implementation for multiple types of data sources.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 1,296 10/18/2017
1.6.0 1,003 10/18/2017
1.5.10 1,002 10/16/2017
1.5.9 998 10/14/2017
1.5.6 1,002 10/13/2017
1.5.5 979 10/12/2017
1.5.4 1,473 12/21/2015
1.5.3 1,140 12/17/2015
1.5.2 1,148 12/17/2015
1.5.1 1,134 12/17/2015
1.5.0 1,194 12/16/2015
1.4.0 1,351 9/29/2015
1.3.19 1,254 9/28/2015
1.3.18 1,248 9/28/2015
1.3.17 1,277 9/28/2015
1.3.16 1,255 9/28/2015
1.3.15 1,312 9/28/2015
1.3.14 1,292 9/28/2015
1.3.13 1,265 9/25/2015
1.3.12 1,634 2/12/2015
1.3.11 1,443 2/12/2015
1.3.10 1,440 2/12/2015
1.3.9 1,484 1/23/2014
1.3.8 1,292 1/23/2014
1.3.7 1,390 1/23/2014
1.3.6 1,349 12/20/2013
1.3.5 1,382 9/13/2013
1.3.4 1,367 9/13/2013
1.3.3 1,422 9/13/2013
1.3.2 1,315 9/13/2013
1.3.1 1,475 1/28/2013
1.3.0 1,414 1/22/2013
1.2.0 1,428 1/21/2013
1.1.0 1,465 1/18/2013
1.0.0 1,551 1/16/2013

[1.2] Expanded the FileRepository's API to now allow you to insert lines into text files.
[1.1] Made entity id configuration not necessary for most cases.  
[1.0] This is the initial release of the library.