Method PutItem
PutItem(String, DbResultItem, DbCommand, CachingOptions)
Adds the specified entry to the cache.
Declaration
void PutItem(string key, DbResultItem item, DbCommand command, CachingOptions cachingOptions = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The entry key. |
Alachisoft.NCache.Integrations.EntityFramework.CacheEntry.DbResultItem | item | The entry value. |
System.Data.Common.DbCommand | command | |
CachingOptions | cachingOptions |