Class BucketCacheHandleAdditionalConfiguration
Definition for what bucket should be used and optionally a bucket password.
Inherited Members
Namespace:CacheManager.Couchbase
Assembly:CacheManager.Couchbase.dll
Syntax
public class BucketCacheHandleAdditionalConfiguration
Properties
| Improve this Doc View SourceBucketName
Gets or sets the name of the bucket.
Declaration
public string BucketName { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the bucket. |
BucketPassword
Gets or sets the bucket password.
Declaration
public string BucketPassword { get; set; }
Property Value
Type | Description |
---|---|
String | The bucket password. |
See Also
BaseCacheHandle<TCacheValue>