public class ConcurrentKeyCache<T> : IKeyCache<T>
Public Class ConcurrentKeyCache(Of T)
Implements IKeyCache(Of T)generic<typename T>
public ref class ConcurrentKeyCache : IKeyCache<T>type ConcurrentKeyCache<'T> =
class
interface IKeyCache<'T>
end| ConcurrentKeyCacheT | Создаёт экземпляр класса с указанием максимального количества записей в кэше. |
| Capacity | Максимальное количество записей в кэше или 0, если количество записей не ограничено. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetStringKey | Возвращает строковый ключ по строго типизированному с указанием функции преобразования ключей. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| GetTypedKey | Возвращает строго типизированный ключ по строковому с указанием функции преобразования ключей. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |