Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the current provider.

Namespace:  SharedCache.WinServiceCommon.Provider.Cache
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static IndexusProviderBase SharedCache { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SharedCache As IndexusProviderBase
Visual C++
public:
static property IndexusProviderBase^ SharedCache {
	IndexusProviderBase^ get ();
}

Field Value

The current provider.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Cache.IndexusDistributionCache.SharedCache"]

See Also