FakeFileTemplateCompilationCache - класс

Фейковая реализация для IFileTemplateCompilationCache.

Definition

Пространство имён: Tessa.Compilation.Fake
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class FakeFileTemplateCompilationCache : FakeTessaCompilationObjectCacheBase<IPlaceholderCompilationContext, Guid, IPlaceholderScript>, 
	IFileTemplateCompilationCache, IPlaceholderCompilationCacheBase, ITessaCompilationObjectCache<IPlaceholderCompilationContext, Guid, IPlaceholderScript>, 
	ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript>, ITessaCompilationObjectCacheCore
Inheritance
Object    FakeTessaCompilationObjectCacheCoreBaseGuid, IPlaceholderScript    FakeTessaCompilationObjectCacheBaseIPlaceholderCompilationContext, Guid, IPlaceholderScript    FakeFileTemplateCompilationCache
Implements
ITessaCompilationObjectCacheIPlaceholderCompilationContext, Guid, IPlaceholderScript, ITessaCompilationObjectCacheCore, ITessaCompilationObjectCacheCoreGuid, IPlaceholderScript, IFileTemplateCompilationCache, IPlaceholderCompilationCacheBase

Конструкторы

FakeFileTemplateCompilationCacheИнициализирует новый экземпляр класса FakeFileTemplateCompilationCache

Свойства

CategoryID Идентификатор категории, к которой относятся результаты компиляции, предоставляемые этим кэшем.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance)
DependentOn Коллекция идентификаторов категорий кэшей, от которых зависит этот объект.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance)

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetAsync Возвращает объект результата компиляции, имеющий указанный идентификатор.
(Унаследован от FakeTessaCompilationObjectCacheBaseTCompilerContext, TKey, TInstance)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InvalidateAsync Сбрасывает результаты компиляции.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
RebuildAllAsync Выполняет перекомпиляцию всех результатов компиляции.
(Унаследован от FakeTessaCompilationObjectCacheBaseTCompilerContext, TKey, TInstance)
RebuildAsync Выполняет перекомпиляцию объекта с заданным идентификатором.
(Унаследован от FakeTessaCompilationObjectCacheBaseTCompilerContext, TKey, TInstance)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
TryGetAlreadyCompiledAsync Возвращает объект результата компиляции, имеющий указанный идентификатор из хранилища. Не выполняет компиляцию, если запрашиваемый результат не найден.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также