Partager via


ICachingConfigurationCacheManager.WithOptions Property

Returns a fluent interface to further configure this CacheManager instance.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
ReadOnly Property WithOptions As ICachingConfigurationCacheManagerOptions
ICachingConfigurationCacheManagerOptions WithOptions { get; }
property ICachingConfigurationCacheManagerOptions^ WithOptions {
    ICachingConfigurationCacheManagerOptions^ get ();
}
function get WithOptions () : ICachingConfigurationCacheManagerOptions

See Also

ICachingConfigurationCacheManager Interface

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace