Read the value of a cache. If the cache is cleared, an empty string is returned.


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

Syntax

Visual Basic (Declaration)
Public MustOverride Function Read( _ 
   ByVal Name As String _ 
) As String
C#
public abstract string Read(
   string Name
)
C++
public:
 String Read(
   String Name
) abstract 
J#
public abstract string Read(
   string Name
)
JScript
public abstract  function Read(
   Name : String
) : String

Parameters

Name

See Also