public class SmartRoleGeneratorCache : ISmartRoleGeneratorCache,
IDisposable
Public Class SmartRoleGeneratorCache
Implements ISmartRoleGeneratorCache, IDisposable
public ref class SmartRoleGeneratorCache : ISmartRoleGeneratorCache,
IDisposable
type SmartRoleGeneratorCache =
class
interface ISmartRoleGeneratorCache
interface IDisposable
end
SmartRoleGeneratorCache | Инициализирует новый экземпляр класса SmartRoleGeneratorCache |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
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) |
GetAllGeneratorsAsync | Возвращает список всех генераторов умных ролей из кеша. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync(CancellationToken). |
GetGeneratorAsync | Возвращает генератор умной роли из кеша. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync(CancellationToken). |
GetGeneratorsByTriggerCardAsync | Возвращает все генераторы умных ролей, которые имеют триггер, срабатывающий при изменении указанной карточки. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync(CancellationToken). |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAsync | Сбрасывает все генераторы умных ролей из кеша. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |