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.Cache
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::.Object
  System.Configuration.Provider..::.ProviderBase
    SharedCache.WinServiceCommon.Provider.Cache..::.IndexusProviderBase
      SharedCache.WinServiceCommon.Provider.Cache..::.IndexusSharedCacheProvider

See Also