M_Cyjb_Cache_ICache_2_Remove - CYJB/Cyjb GitHub Wiki
从缓存中移除具有指定键的对象。
Namespace: Cyjb.Cache
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
void Remove(
TKey key
)
- key
- Type: TKey
要移除的对象的键。
从缓存中移除具有指定键的对象。
Namespace: Cyjb.Cache
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
void Remove(
TKey key
)