This class cannot be inherited.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public sealed class ClientCache : Cache, 
	IDisposable
Visual Basic
Public NotInheritable Class ClientCache _
	Inherits Cache _
	Implements IDisposable
Visual C++
public ref class ClientCache sealed : public Cache, 
	IDisposable

Remarks

One instance of this class is created per application domain, and it remains valid as long as the application domain remains active. This object is accessible through the Cache property of the NCache object.

Inheritance Hierarchy

System..::..Object
  Alachisoft.NCache.Web.Caching..::..Cache
    Alachisoft.NCache.Web.Caching..::..ClientCache

See Also