public class RefGroupsLocalCache
Public Class RefGroupsLocalCache
public ref class RefGroupsLocalCache
type RefGroupsLocalCache = class end
RefGroupsLocalCache | Инициализирует новый экземпляр класса RefGroupsLocalCache |
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) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAll | Выполняет полную инвалидацию кэша. |
InvalidateByKey | Выполняет инвалидацию списка групп ссылок для заданного типа групп ссылок из кэша. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Set | Устанавливает список групп ссылок в кэш для заданного идентификатора типа групп ссылок. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGet | Возвращает список групп ссылок из кэша по идентификатору типа группы ссылок, установленный через метод [!:Set(Guid, IReadOnlyCollection<RefGroup>, CancellationToken)]. |