Property | Type | Description | |
---|---|---|---|
Data | System.Web.SessionState.SessionStateItemCollection | ||
DataCas | ulong | ||
Flag | SessionStateActions | ||
HeadCas | ulong | ||
LockId | ulong | ||
LockTime | System.DateTime | ||
Timeout | int |
Method | Description | |
---|---|---|
Load ( IMemcachedClient client, string id, bool metaOnly ) : SessionStateItem | ||
Remove ( IMemcachedClient client, string id ) : void | ||
Save ( IMemcachedClient client, string id, bool metaOnly, bool useCas ) : bool | ||
ToStoreData ( |
Method | Description | |
---|---|---|
LoadItem ( |
||
SaveHeader ( |
public static Load ( IMemcachedClient client, string id, bool metaOnly ) : SessionStateItem | ||
client | IMemcachedClient | |
id | string | |
metaOnly | bool | |
return | SessionStateItem |
public static Remove ( IMemcachedClient client, string id ) : void | ||
client | IMemcachedClient | |
id | string | |
return | void |
public Save ( IMemcachedClient client, string id, bool metaOnly, bool useCas ) : bool | ||
client | IMemcachedClient | |
id | string | |
metaOnly | bool | |
useCas | bool | |
return | bool |
public ToStoreData ( |
||
context | ||
return | System.Web.SessionState.SessionStateStoreData |
public SessionStateItemCollection,System.Web.SessionState Data | ||
return | System.Web.SessionState.SessionStateItemCollection |