SplitSessionModelManager Class | 
Namespace: Tangosol.Web.Model
public class SplitSessionModelManager : AbstractSessionModelManager
The SplitSessionModelManager type exposes the following members.
| Name | Description | |
|---|---|---|
| SplitSessionModelManager(ISerializer, Int32) | 
            Construct instance of SplitSessionModelManager.
              | |
| SplitSessionModelManager(ISerializer, String, Int32) | 
            Construct instance of SplitSessionModelManager.
              | 
| Name | Description | |
|---|---|---|
| ExternalAttributeCache | 
            External attribute cache.
              | |
| MinExtAttributeSize | 
            Minimum external attribute size.
              | |
| Serializer | 
            Serializer to use.
              (Inherited from AbstractSessionModelManager.) | |
| SessionCache | 
            Session cache.
              (Inherited from AbstractSessionModelManager.) | |
| SessionEndCallback | 
            The SessionStateItemExpireCallback delegate for the
            Session_OnEnd event as defined in the Global.asax file.
              (Inherited from AbstractSessionModelManager.) | 
| Name | Description | |
|---|---|---|
| CreateSessionModel | 
            Create a ISessionModel instance.
              (Overrides AbstractSessionModelManagerCreateSessionModel.) | |
| Deserialize | 
            Deserialize specified Binary into a ISessionModel.
              (Overrides AbstractSessionModelManagerDeserialize(Binary).) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetExternalAttributes | 
            Get external attributes.
              (Overrides AbstractSessionModelManagerGetExternalAttributes(ISessionModel).) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetObsoleteExternalAttributes | 
            Get obsolete external attributes.
              (Overrides AbstractSessionModelManagerGetObsoleteExternalAttributes(ISessionModel).) | |
| GetSessionHolder | 
            Get session holder from the cache.
              (Inherited from AbstractSessionModelManager.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| LoadSession | 
            Load session from the cache.
              (Inherited from AbstractSessionModelManager.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ReleaseSession | 
            Releases a lock on the session in a data store.
              (Inherited from AbstractSessionModelManager.) | |
| RemoveSession | 
            Delete session from the cache.
              (Inherited from AbstractSessionModelManager.) | |
| ResetSessionTimeout | 
            Reset session timeout.
              (Inherited from AbstractSessionModelManager.) | |
| SaveSession | 
            Update session items in the cache and release the exclusive lock.
              (Inherited from AbstractSessionModelManager.) | |
| Serialize | 
            Serialize specified ISessionModel.
              (Inherited from AbstractSessionModelManager.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| EXTERNAL_ATTRIBUTES_CACHE_NAME | 
            External attributes cache name.
              |