DataCacheSessionStoreProvider Members
A session storage provider that enables Web applications to store session-state data to a distributed cache system.
The following tables list the members exposed by the DataCacheSessionStoreProvider type.
Public Constructors
Name | Description | |
---|---|---|
DataCacheSessionStoreProvider | Initializes a new instance of the DataCacheSessionStoreProvider class. |
Top
Public Properties
Name | Description | |
---|---|---|
ApplicationName | The application name. This is used to differentiate sessions in the data source by application. | |
Description | (inherited from ProviderBase) | |
Name | (inherited from ProviderBase) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CreateNewStoreData | Overridden. Creates a new data storage object for the current request. | |
CreateUninitializedItem | Overridden. Adds a new session state to the distributed cache. | |
Dispose | Overridden. Releases all resources used by the DataCacheSessionStoreProvider class. | |
EndRequest | Overridden. Called by the SessionStateModule class at the end of a request | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetItem | Overridden. Returns read-only session-state data from the cache. | |
GetItemExclusive | Overridden. Returns and locks the read-only session-state data from the cache. | |
GetType | (inherited from Object) | |
Initialize | Initializes the distributed cache provider. | |
InitializeRequest | Overridden. Initializes the outgoing HTTP request. | |
ReferenceEquals | (inherited from Object) | |
ReleaseItemExclusive | Overridden. Releases a lock on the session data in the cache. | |
RemoveItem | Overridden. Deletes session data from the cache. | |
ResetItemTimeout | Overridden. Updates the expiration date and time of session data in the cache. | |
SetAndReleaseItemExclusive | Overridden. Updates the session item information in the cache with values from the current request and clears the lock on the session item. | |
SetItemExpireCallback | Overridden. Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
DataCacheSessionStoreProvider Class
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26