You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>SharpRepository is a generic repository</Description>
6
+
<Summary>Written in C#, 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!</Summary>
<Description>SharpRepository is a generic repository</Description>
6
+
<Summary>Written in C#, 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!</Summary>
/// Initializes a new instance of the <see cref="MemcachedCachingProvider"/> class with the default settings based on the configuration file default section.
19
21
/// </summary>
20
-
publicMemcachedCachingProvider()
21
-
{
22
-
Client=newMemcachedClient();
23
-
}
24
-
25
-
/// <summary>
26
-
/// Initializes a new instance of the <see cref="MemcachedCachingProvider"/> class from a specific configuration section settings
27
-
/// </summary>
28
-
/// <param name="configSectionName">Name of the configuration file section.</param>
0 commit comments