public sealed class FakeConditionCompilationCache : FakeTessaCompilationObjectCacheBase<IConditionCompilationContext, Guid, ICondition>,
IConditionCompilationCache, ITessaCompilationObjectCache<IConditionCompilationContext, Guid, ICondition>,
ITessaCompilationObjectCacheCore<Guid, ICondition>, ITessaCompilationObjectCacheCore
Public NotInheritable Class FakeConditionCompilationCache
Inherits FakeTessaCompilationObjectCacheBase(Of IConditionCompilationContext, Guid, ICondition)
Implements IConditionCompilationCache, ITessaCompilationObjectCache(Of IConditionCompilationContext, Guid, ICondition),
ITessaCompilationObjectCacheCore(Of Guid, ICondition), ITessaCompilationObjectCacheCore
public ref class FakeConditionCompilationCache sealed : public FakeTessaCompilationObjectCacheBase<IConditionCompilationContext^, Guid, ICondition^>,
IConditionCompilationCache, ITessaCompilationObjectCache<IConditionCompilationContext^, Guid, ICondition^>,
ITessaCompilationObjectCacheCore<Guid, ICondition^>, ITessaCompilationObjectCacheCore
[<SealedAttribute>]
type FakeConditionCompilationCache =
class
inherit FakeTessaCompilationObjectCacheBase<IConditionCompilationContext, Guid, ICondition>
interface IConditionCompilationCache
interface ITessaCompilationObjectCache<IConditionCompilationContext, Guid, ICondition>
interface ITessaCompilationObjectCacheCore<Guid, ICondition>
interface ITessaCompilationObjectCacheCore
end
FakeConditionCompilationCache | Инициализирует новый экземпляр класса FakeConditionCompilationCache |
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) |