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