الواجهة ICacheTKeyTValue

ICache<TKey,TValue> interface

public interface ICache<TKey, TValue> : IEnumerable<KeyValuePair<TKey, TValue>>

الخصائص

الاسمالوصف
Count { get; }

الطرق

الاسمالوصف
Add(TKey, TValue)
Clear()
ContainsKey(TKey)
Get(TKey)
TryGetValue(TKey, out TValue)

انظر أيضًا