Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Defines the config section in config file (web.config / app.config)

Namespace:  SharedCache.WinServiceCommon.Configuration.Client
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class IndexusProviderSection : ConfigurationSection
Visual Basic (Declaration)
Public Class IndexusProviderSection _
	Inherits ConfigurationSection
Visual C++
public ref class IndexusProviderSection : public ConfigurationSection

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Configuration.Client.IndexusProviderSection"]

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationSection
      SharedCache.WinServiceCommon.Configuration.Client..::.IndexusProviderSection

See Also