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

Implementation of a ISessionModel that deserializes individual items on demand and stores attributes that exceed certain size as separate cache entries.

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

Syntax

C#
public class SplitSessionModel : TraditionalSessionModel

Inheritance Hierarchy

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

See Also