Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Implements the provider base for Shared Cache, based on Microsoft Provider Model.

Examples

<?xml version="1.0" encoding="utf-8" ?>

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

Syntax

C#
public abstract class IndexusProviderBase : ProviderBase
Visual Basic (Declaration)
Public MustInherit Class IndexusProviderBase _
	Inherits ProviderBase
Visual C++
public ref class IndexusProviderBase abstract : public ProviderBase

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Provider.Cache.IndexusProviderBase"]

Inheritance Hierarchy

See Also