Method InsertCacheItem
InsertCacheItem(String, DbResultItem, DbCommand)
Inserts Cache Item.
Declaration
public void InsertCacheItem(string key, DbResultItem resultItem, DbCommand dbCommand)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | The entry key. |
Alachisoft. |
resultItem | The entry value. |
System. |
dbCommand | Represents an SQL command to create database dependency. |