public sealed class WorkflowEngineCache : IWorkflowEngineCache,
IDisposable
Public NotInheritable Class WorkflowEngineCache
Implements IWorkflowEngineCache, IDisposable
public ref class WorkflowEngineCache sealed : IWorkflowEngineCache,
IDisposable
[<SealedAttribute>]
type WorkflowEngineCache =
class
interface IWorkflowEngineCache
interface IDisposable
end
WorkflowEngineCache | Объект для получения шаблонов процессов с кэшированием их. |
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) |
GetAsync | Метод для получения версии бизнес-процесса по её ID из кэша. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAllAsync | Метод для сброса всех версий бизнес-процессов из кэша. |
InvalidateAllForTemplateAsync | Метод для сброса кэшей всех версий бизнес-процесса по конкретной карточке шаблона процесса. |
InvalidateAsync | Метод для сброса версии бизнес-процесса из кэша по её ID. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |