DataCacheSessionStoreProvider Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A session storage provider that enables Web applications to store session-state data to a distributed cache system.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public NotInheritable Class DataCacheSessionStoreProvider
    Inherits SessionStateStoreProviderBase
'Usage
Dim instance As DataCacheSessionStoreProvider
public sealed class DataCacheSessionStoreProvider : SessionStateStoreProviderBase
public ref class DataCacheSessionStoreProvider sealed : public SessionStateStoreProviderBase
public final class DataCacheSessionStoreProvider extends SessionStateStoreProviderBase
public final class DataCacheSessionStoreProvider extends SessionStateStoreProviderBase

Remarks

For more information, see the documentation for the base class SessionStateStoreProviderBase.

Inheritance Hierarchy

System.Object
   System.Configuration.Provider.ProviderBase
     System.Web.SessionState.SessionStateStoreProviderBase
      Microsoft.Data.Caching.DataCacheSessionStoreProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataCacheSessionStoreProvider Members
Microsoft.Data.Caching Namespace