类库说明文档
![]() | JHStaticCacheTInsert Method |
插入一条缓存,如果存在则更新,否则添加
Namespace: DCSoft.Utility.Cache
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static void Insert( T item, params string[] cacheKeys )
Parameters
- item
- Type: T
要放入缓存的数据 - cacheKeys
- Type: SystemString
缓存主键组成部分的列表
