DataCacheSessionStoreProvider Methods

 

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

NameDescription
System_CAPS_pubmethodCreateNewStoreData(HttpContext, Int32)

Creates a new data storage object for the current request.(Overrides SessionStateStoreProviderBase.CreateNewStoreData(HttpContext, Int32).)

System_CAPS_pubmethodCreateUninitializedItem(HttpContext, String, Int32)

Adds a new session state to the distributed cache. (Overrides SessionStateStoreProviderBase.CreateUninitializedItem(HttpContext, String, Int32).)

System_CAPS_pubmethodDispose()

Releases all resources used by the DataCacheSessionStoreProvider class.(Overrides SessionStateStoreProviderBase.Dispose().)

System_CAPS_pubmethodEndRequest(HttpContext)

Called by the SessionStateModule class at the end of a request(Overrides SessionStateStoreProviderBase.EndRequest(HttpContext).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetItem(HttpContext, String, Boolean, TimeSpan, Object, SessionStateActions)
System_CAPS_pubmethodGetItemExclusive(HttpContext, String, Boolean, TimeSpan, Object, SessionStateActions)
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(String, NameValueCollection)

Initializes the distributed cache provider.(Overrides ProviderBase.Initialize(String, NameValueCollection).)

System_CAPS_pubmethodInitializeRequest(HttpContext)

Initializes the outgoing HTTP request.(Overrides SessionStateStoreProviderBase.InitializeRequest(HttpContext).)

System_CAPS_pubmethodReleaseItemExclusive(HttpContext, String, Object)

Releases a lock on the session data in the cache.(Overrides SessionStateStoreProviderBase.ReleaseItemExclusive(HttpContext, String, Object).)

System_CAPS_pubmethodRemoveItem(HttpContext, String, Object, SessionStateStoreData)
System_CAPS_pubmethodResetItemTimeout(HttpContext, String)

Updates the expiration date and time of session data in the cache.(Overrides SessionStateStoreProviderBase.ResetItemTimeout(HttpContext, String).)

System_CAPS_pubmethodSetAndReleaseItemExclusive(HttpContext, String, SessionStateStoreData, Object, Boolean)

Updates the session item information in the cache with values from the current request and clears the lock on the session item.(Overrides SessionStateStoreProviderBase.SetAndReleaseItemExclusive(HttpContext, String, SessionStateStoreData, Object, Boolean).)

System_CAPS_pubmethodSetItemExpireCallback(SessionStateItemExpireCallback)

Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.(Overrides SessionStateStoreProviderBase.SetItemExpireCallback(SessionStateItemExpireCallback).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: