This class contains methods for global cache manipulation.

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

Syntax

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

Remarks

You do not need to instantiate objects of this class. This class only contains static methods (functions).

Inheritance Hierarchy

System..::..Object
  C1.Web.Data..::..GlobalCache

See Also