类库说明文档
JHStaticCacheTRemove Method |
删除指定缓存主键对应的缓存
Namespace: DCSoft.Utility.Cache
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void Remove( params string[] cacheKeys )
Parameters
- cacheKeys
- Type: SystemString
缓存主键组成部分的列表
See Also