CP.Cache - contains features to perform simple caching functions


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class CPCacheBaseClass
C#
public abstract class CPCacheBaseClass
C++
ref class CPCacheBaseClass abstract 
J#
public  class CPCacheBaseClass
JScript
public  class CPCacheBaseClass

Inheritance Hierarchy

System.Object
   Contensive.BaseClasses.CPCacheBaseClass

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also