C# Class Couchbase.AspNet.CouchbaseBucketFactory

Inheritance: ICouchbaseBucketFactory
Show file Open project: couchbaselabs/couchbase-aspnet

Public Methods

Method Description
GetBucket ( string name, NameValueCollection config ) : IBucket

Returns a Couchbase bucket or create one if it does not exist

Method Details

GetBucket() public method

Returns a Couchbase bucket or create one if it does not exist
public GetBucket ( string name, NameValueCollection config ) : IBucket
name string Name of the section from the configuration file
config System.Collections.Specialized.NameValueCollection Configuration section information from the config file
return IBucket