This class contains methods for session cache manipulation.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
public static class SessionCache
Visual Basic (Declaration)
Public NotInheritable Class SessionCache

Remarks

You don't need to instantiate objects of this class. This class only contains static methods (functions).

Inheritance Hierarchy

System..::..Object
  C1.Web.Data..::..SessionCache

See Also