Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Implementing a provider for Shared Cache based on Microsofts Provider model.

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

Syntax

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

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider"]

Inheritance Hierarchy

System..::.Object
  System.Configuration.Provider..::.ProviderBase
    SharedCache.WinServiceCommon.Provider.Server..::.IndexusServerProviderBase
      SharedCache.WinServiceCommon.Provider.Server..::.IndexusServerSharedCacheProvider

See Also