Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Implementation of a ISessionModel that deserializes individual items on demand.

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public class TraditionalSessionModel : AbstractSessionModel, 
	ISessionStateItemCollection, ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Collections.Specialized..::.NameObjectCollectionBase
    Tangosol.Web.Model..::.AbstractSessionModel
      Tangosol.Web.Model..::.TraditionalSessionModel
        Tangosol.Web.Model..::.SplitSessionModel

See Also