RetrieveFromCache Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public virtual Object RetrieveFromCache(
	string commandText,
	int cacheAge
)
Visual Basic
Public Overridable Function RetrieveFromCache ( _
	commandText As String, _
	cacheAge As Integer _
) As Object
Visual C++
public:
virtual Object^ RetrieveFromCache(
	String^ commandText, 
	int cacheAge
)

Parameters

commandText
Type: System..::..String
cacheAge
Type: System..::..Int32

See Also