M_Cyjb_Cache_SimplyCache_2_Add - CYJB/Cyjb GitHub Wiki
将指定的键和对象添加到缓存中,无论键是否存在。
Namespace: Cyjb.Cache
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public void Add(
TKey key,
TValue value
)
将指定的键和对象添加到缓存中,无论键是否存在。
Namespace: Cyjb.Cache
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public void Add(
TKey key,
TValue value
)