public class SmartRoleGeneratorCache : ISmartRoleGeneratorCache,
IDisposablePublic Class SmartRoleGeneratorCache
Implements ISmartRoleGeneratorCache, IDisposablepublic ref class SmartRoleGeneratorCache : ISmartRoleGeneratorCache,
IDisposabletype 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. |
| GetGeneratorAsync | Возвращает генератор умной роли из кеша. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync. |
| GetGeneratorsByTriggerCardAsync | Возвращает все генераторы умных ролей, которые имеют триггер, срабатывающий при изменении указанной карточки. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync. |
| 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) |