SharpRepository.CacheRepository
1.3.2
See the version list below for details.
dotnet add package SharpRepository.CacheRepository --version 1.3.2
NuGet\Install-Package SharpRepository.CacheRepository -Version 1.3.2
<PackageReference Include="SharpRepository.CacheRepository" Version="1.3.2" />
paket add SharpRepository.CacheRepository --version 1.3.2
#r "nuget: SharpRepository.CacheRepository, 1.3.2"
// Install SharpRepository.CacheRepository as a Cake Addin #addin nuget:?package=SharpRepository.CacheRepository&version=1.3.2 // Install SharpRepository.CacheRepository as a Cake Tool #tool nuget:?package=SharpRepository.CacheRepository&version=1.3.2
SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
-
- SharpRepository.Repository (>= 1.3.2)
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 |
---|---|---|
2.0.2-alpha4 | 1,158 | 11/8/2018 |
2.0.1-alpha3 | 1,188 | 11/9/2017 |
1.5.0.3 | 1,786 | 7/28/2017 |
1.5.0.2 | 1,381 | 7/25/2017 |
1.4.7 | 2,085 | 2/17/2016 |
1.4.0 | 3,220 | 8/20/2013 |
1.3.2 | 1,848 | 5/15/2013 |
1.2.0 | 1,721 | 3/14/2013 |
1.1.2.2 | 1,686 | 2/18/2013 |
Convention overrides, FetchStrategy improvement and bug fix