Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Instead of using appSettings all settings are within configuration section.

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 ClientSettingElement : ConfigurationElement
Visual Basic (Declaration)
Public Class ClientSettingElement _
	Inherits ConfigurationElement
Visual C++
public ref class ClientSettingElement : public ConfigurationElement

Remarks

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

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    SharedCache.WinServiceCommon.Configuration.Client..::.ClientSettingElement

See Also