Interface ICacheManagerConfiguration
The writable configuration contract used primarrily internal only
Inherited Members
Namespace:CacheManager.Core
Assembly:CacheManager.Core.dll
Syntax
public interface ICacheManagerConfiguration : IReadOnlyCacheManagerConfiguration
Properties
| Improve this Doc View SourceBuilder
Gets a ConfigurationBuilder for the current CacheManagerConfiguration instance to manipulate the configuration fluently.
Declaration
ConfigurationBuilder Builder { get; }
Property Value
Type | Description |
---|---|
ConfigurationBuilder | The ConfigurationBuilder. |
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. |