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

    Interface ICacheManagerConfiguration

    The writable configuration contract used primarrily internal only

    Inherited Members
    IReadOnlyCacheManagerConfiguration.BackplaneChannelName
    IReadOnlyCacheManagerConfiguration.BackplaneConfigurationKey
    IReadOnlyCacheManagerConfiguration.BackplaneType
    IReadOnlyCacheManagerConfiguration.BackplaneTypeArguments
    IReadOnlyCacheManagerConfiguration.HasBackplane
    IReadOnlyCacheManagerConfiguration.LoggerFactoryType
    IReadOnlyCacheManagerConfiguration.LoggerFactoryTypeArguments
    IReadOnlyCacheManagerConfiguration.MaxRetries
    IReadOnlyCacheManagerConfiguration.Name
    IReadOnlyCacheManagerConfiguration.RetryTimeout
    IReadOnlyCacheManagerConfiguration.SerializerType
    IReadOnlyCacheManagerConfiguration.SerializerTypeArguments
    IReadOnlyCacheManagerConfiguration.UpdateMode
    Namespace:CacheManager.Core
    Assembly:CacheManager.Core.dll
    Syntax
    public interface ICacheManagerConfiguration : IReadOnlyCacheManagerConfiguration

    Properties

    | Improve this Doc View Source

    Builder

    Gets a ConfigurationBuilder for the current CacheManagerConfiguration instance to manipulate the configuration fluently.

    Declaration
    ConfigurationBuilder Builder { get; }
    Property Value
    Type Description
    ConfigurationBuilder

    The ConfigurationBuilder.

    | Improve this Doc View Source

    CacheHandleConfigurations

    Gets the list of cache handle configurations.

    Declaration
    IList<CacheHandleConfiguration> CacheHandleConfigurations { get; }
    Property Value
    Type Description
    IList<CacheHandleConfiguration>

    The list of cache handle configurations.

    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net