public sealed class FakeWorkflowEngineTileCompilationCache : FakeTessaCompilationObjectCacheBase<IWorkflowEngineTileCompilationContext, Guid, IWorkflowEngineTileCompiled>,
IWorkflowEngineTileCompilationCache, ITessaCompilationObjectCache<IWorkflowEngineTileCompilationContext, Guid, IWorkflowEngineTileCompiled>,
ITessaCompilationObjectCacheCore<Guid, IWorkflowEngineTileCompiled>, ITessaCompilationObjectCacheCorePublic NotInheritable Class FakeWorkflowEngineTileCompilationCache
Inherits FakeTessaCompilationObjectCacheBase(Of IWorkflowEngineTileCompilationContext, Guid, IWorkflowEngineTileCompiled)
Implements IWorkflowEngineTileCompilationCache, ITessaCompilationObjectCache(Of IWorkflowEngineTileCompilationContext, Guid, IWorkflowEngineTileCompiled),
ITessaCompilationObjectCacheCore(Of Guid, IWorkflowEngineTileCompiled), ITessaCompilationObjectCacheCorepublic ref class FakeWorkflowEngineTileCompilationCache sealed : public FakeTessaCompilationObjectCacheBase<IWorkflowEngineTileCompilationContext^, Guid, IWorkflowEngineTileCompiled^>,
IWorkflowEngineTileCompilationCache, ITessaCompilationObjectCache<IWorkflowEngineTileCompilationContext^, Guid, IWorkflowEngineTileCompiled^>,
ITessaCompilationObjectCacheCore<Guid, IWorkflowEngineTileCompiled^>, ITessaCompilationObjectCacheCore[<SealedAttribute>]
type FakeWorkflowEngineTileCompilationCache =
class
inherit FakeTessaCompilationObjectCacheBase<IWorkflowEngineTileCompilationContext, Guid, IWorkflowEngineTileCompiled>
interface IWorkflowEngineTileCompilationCache
interface ITessaCompilationObjectCache<IWorkflowEngineTileCompilationContext, Guid, IWorkflowEngineTileCompiled>
interface ITessaCompilationObjectCacheCore<Guid, IWorkflowEngineTileCompiled>
interface ITessaCompilationObjectCacheCore
end| FakeWorkflowEngineTileCompilationCache | Инициализирует новый экземпляр класса FakeWorkflowEngineTileCompilationCache |
| CategoryID |
Идентификатор категории, к которой относятся результаты компиляции, предоставляемые этим кэшем.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance) |
| DependentOn |
Коллекция идентификаторов категорий кэшей, от которых зависит этот объект.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance) |
| 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 |
Возвращает объект результата компиляции, имеющий указанный идентификатор.
(Унаследован от FakeTessaCompilationObjectCacheBaseTCompilerContext, TKey, TInstance) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| InvalidateAsync |
Сбрасывает результаты компиляции.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RebuildAllAsync |
Выполняет перекомпиляцию всех результатов компиляции.
(Унаследован от FakeTessaCompilationObjectCacheBaseTCompilerContext, TKey, TInstance) |
| RebuildAsync |
Выполняет перекомпиляцию объекта с заданным идентификатором.
(Унаследован от FakeTessaCompilationObjectCacheBaseTCompilerContext, TKey, TInstance) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetAlreadyCompiledAsync |
Возвращает объект результата компиляции, имеющий указанный идентификатор из хранилища. Не выполняет компиляцию, если запрашиваемый результат не найден.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance) |