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