MySQL Connector/Net
BaseTableCacheRetrieveFromCache Method |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public virtual Object RetrieveFromCache( string commandText, int cacheAge )
Public Overridable Function RetrieveFromCache ( commandText As String, cacheAge As Integer ) As Object
public: virtual Object^ RetrieveFromCache( String^ commandText, int cacheAge )
abstract RetrieveFromCache : commandText : string * cacheAge : int -> Object override RetrieveFromCache : commandText : string * cacheAge : int -> Object
Parameters
- commandText
- Type: SystemString
- cacheAge
- Type: SystemInt32
Return Value
Type: Object