Property | Type | Description | |
---|---|---|---|
CacheName | string | ||
CacheNamePassword | string | ||
_cache | CouchbaseClient | ||
padLock | object | ||
padLockInit | object |
Method | Description | |
---|---|---|
CreateNewStoreData ( |
||
CreateUninitializedItem ( |
||
Dispose ( ) : void | ||
EndRequest ( |
||
GetItem ( |
||
GetItemExclusive ( |
||
Initialize ( string name, System config ) : void | ||
InitializeRequest ( |
||
ReleaseItemExclusive ( |
||
RemoveItem ( |
||
ResetItemTimeout ( |
||
SetAndReleaseItemExclusive ( |
||
SetItemExpireCallback ( SessionStateItemExpireCallback expireCallback ) : bool |
Method | Description | |
---|---|---|
Get ( |
public CreateNewStoreData ( |
||
context | ||
timeout | int | |
return | System.Web.SessionState.SessionStateStoreData |
public CreateUninitializedItem ( |
||
context | ||
id | string | |
timeout | int | |
return | void |
public EndRequest ( |
||
context | ||
return | void |
public GetItem ( |
||
context | ||
id | string | |
locked | bool | |
lockAge | System.TimeSpan | |
lockId | object | |
actions | SessionStateActions | |
return | System.Web.SessionState.SessionStateStoreData |
public GetItemExclusive ( |
||
context | ||
id | string | |
locked | bool | |
lockAge | System.TimeSpan | |
lockId | object | |
actions | SessionStateActions | |
return | System.Web.SessionState.SessionStateStoreData |
public Initialize ( string name, System config ) : void | ||
name | string | |
config | System | |
return | void |
public InitializeRequest ( |
||
context | ||
return | void |
public ReleaseItemExclusive ( |
||
context | ||
id | string | |
lockId | object | |
return | void |
public RemoveItem ( |
||
context | ||
id | string | |
lockId | object | |
item | System.Web.SessionState.SessionStateStoreData | |
return | void |
public ResetItemTimeout ( |
||
context | ||
id | string | |
return | void |
public SetAndReleaseItemExclusive ( |
||
context | ||
id | string | |
item | System.Web.SessionState.SessionStateStoreData | |
lockId | object | |
newItem | bool | |
return | void |
public SetItemExpireCallback ( SessionStateItemExpireCallback expireCallback ) : bool | ||
expireCallback | SessionStateItemExpireCallback | |
return | bool |