Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

The IndexusProviderBase type exposes the following members.

Constructors

  NameDescription
IndexusProviderBase
Initializes a new instance of the IndexusProviderBase class

Methods

  NameDescription
CreateNewStoreData
Creates a new SessionStateStoreData object to be used for the current request.
(Overrides SessionStateStoreProviderBase..::.CreateNewStoreData(HttpContext, Int32).)
CreateUninitializedItem
Adds a new session-state item to the data store.
(Overrides SessionStateStoreProviderBase..::.CreateUninitializedItem(HttpContext, String, Int32).)
Dispose
Releases all resources used by the SessionStateStoreProviderBase implementation.
(Overrides SessionStateStoreProviderBase..::.Dispose()()().)
EndRequest
Called by the SessionStateModule object at the end of a request.
(Overrides SessionStateStoreProviderBase..::.EndRequest(HttpContext).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetItem
Returns read-only session-state data from the session data store.
(Overrides SessionStateStoreProviderBase..::.GetItem(HttpContext, String, Boolean%, TimeSpan%, Object%, SessionStateActions%).)
GetItemExclusive
Returns read-only session-state data from the session data store.
(Overrides SessionStateStoreProviderBase..::.GetItemExclusive(HttpContext, String, Boolean%, TimeSpan%, Object%, SessionStateActions%).)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Initializes the provider.
(Inherited from ProviderBase.)
InitializeRequest
Called by the SessionStateModule object for per-request initialization.
(Overrides SessionStateStoreProviderBase..::.InitializeRequest(HttpContext).)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseItemExclusive
Releases a lock on an item in the session data store.
(Overrides SessionStateStoreProviderBase..::.ReleaseItemExclusive(HttpContext, String, Object).)
RemoveItem
Deletes item data from the session data store.
(Overrides SessionStateStoreProviderBase..::.RemoveItem(HttpContext, String, Object, SessionStateStoreData).)
ResetItemTimeout
Updates the expiration date and time of an item in the session data store.
(Overrides SessionStateStoreProviderBase..::.ResetItemTimeout(HttpContext, String).)
SetAndReleaseItemExclusive
Updates the session-item information in the session-state data store with values from the current request, and clears the lock on the data.
(Overrides SessionStateStoreProviderBase..::.SetAndReleaseItemExclusive(HttpContext, String, SessionStateStoreData, Object, Boolean).)
SetItemExpireCallback
Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.
(Overrides SessionStateStoreProviderBase..::.SetItemExpireCallback(SessionStateItemExpireCallback).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Description
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Name
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)

See Also