Method PutItem
PutItem(String, DbResultItem, DbCommand)
Adds the specified entry to the cache.
Declaration
public virtual void PutItem(string key, DbResultItem value, DbCommand command)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | The entry key. |
Alachisoft. |
value | |
System. |
command | An SQL statement or stored procedure to execute against a data source. |