Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
IndexusProviderBase inherites from SessionStateStoreProviderBase

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  System.Configuration.Provider..::.ProviderBase
    System.Web.SessionState..::.SessionStateStoreProviderBase
      SharedCache.WinServiceCommon.Provider.Session..::.IndexusProviderBase

See Also