• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Class BucketCacheHandleAdditionalConfiguration

    Definition for what bucket should be used and optionally a bucket password.

    Inheritance
    Object
    BucketCacheHandleAdditionalConfiguration
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:CacheManager.Couchbase
    Assembly:CacheManager.Couchbase.dll
    Syntax
    public class BucketCacheHandleAdditionalConfiguration

    Properties

    | Improve this Doc View Source

    BucketName

    Gets or sets the name of the bucket.

    Declaration
    public string BucketName { get; set; }
    Property Value
    Type Description
    String

    The name of the bucket.

    | Improve this Doc View Source

    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>
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net