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.String | key | The entry key. |
Alachisoft.NCache.Integrations.EntityFramework.CacheEntry.DbResultItem | value | |
System.Data.Common.DbCommand | command | An SQL statement or stored procedure to execute against a data source. |