public interface IPlaceholderExtensionCompilationCache : ITessaCompilationObjectCache<IPlaceholderExtensionScriptDescription, Guid, IPlaceholderReplaceExtension>,
ITessaCompilationObjectCacheCore<Guid, IPlaceholderReplaceExtension>, ITessaCompilationObjectCacheCore
Public Interface IPlaceholderExtensionCompilationCache
Inherits ITessaCompilationObjectCache(Of IPlaceholderExtensionScriptDescription, Guid, IPlaceholderReplaceExtension),
ITessaCompilationObjectCacheCore(Of Guid, IPlaceholderReplaceExtension), ITessaCompilationObjectCacheCore
public interface class IPlaceholderExtensionCompilationCache : ITessaCompilationObjectCache<IPlaceholderExtensionScriptDescription^, Guid, IPlaceholderReplaceExtension^>,
ITessaCompilationObjectCacheCore<Guid, IPlaceholderReplaceExtension^>, ITessaCompilationObjectCacheCore
type IPlaceholderExtensionCompilationCache =
interface
interface ITessaCompilationObjectCache<IPlaceholderExtensionScriptDescription, Guid, IPlaceholderReplaceExtension>
interface ITessaCompilationObjectCacheCore<Guid, IPlaceholderReplaceExtension>
interface ITessaCompilationObjectCacheCore
end
CategoryID |
Идентификатор категории, к которой относятся результаты компиляции, предоставляемые этим кэшем.
(Унаследован от ITessaCompilationObjectCacheCore) |
DependentOn |
Коллекция идентификаторов категорий кэшей, от которых зависит этот объект.
(Унаследован от ITessaCompilationObjectCacheCore) |
GetAsync |
Возвращает объект результата компиляции, имеющий указанный идентификатор.
(Унаследован от ITessaCompilationObjectCacheTCompilerContext, TKey, TInstance) |
InvalidateAsync |
Сбрасывает результаты компиляции.
(Унаследован от ITessaCompilationObjectCacheCoreTKey, TInstance) |
RebuildAllAsync |
Выполняет перекомпиляцию всех результатов компиляции.
(Унаследован от ITessaCompilationObjectCacheTCompilerContext, TKey, TInstance) |
RebuildAsync |
Выполняет перекомпиляцию объекта с заданным идентификатором.
(Унаследован от ITessaCompilationObjectCacheTCompilerContext, TKey, TInstance) |
TryGetAlreadyCompiledAsync |
Возвращает объект результата компиляции, имеющий указанный идентификатор из хранилища. Не выполняет компиляцию, если запрашиваемый результат не найден.
(Унаследован от ITessaCompilationObjectCacheCoreTKey, TInstance) |