public interface IFileTemplateCompilationCache : IPlaceholderCompilationCacheBase,
ITessaCompilationObjectCache<IPlaceholderCompilationContext, Guid, IPlaceholderScript>, ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript>,
ITessaCompilationObjectCacheCorePublic Interface IFileTemplateCompilationCache
Inherits IPlaceholderCompilationCacheBase, ITessaCompilationObjectCache(Of IPlaceholderCompilationContext, Guid, IPlaceholderScript),
ITessaCompilationObjectCacheCore(Of Guid, IPlaceholderScript), ITessaCompilationObjectCacheCorepublic interface class IFileTemplateCompilationCache : IPlaceholderCompilationCacheBase,
ITessaCompilationObjectCache<IPlaceholderCompilationContext^, Guid, IPlaceholderScript^>, ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript^>,
ITessaCompilationObjectCacheCoretype IFileTemplateCompilationCache =
interface
interface IPlaceholderCompilationCacheBase
interface ITessaCompilationObjectCache<IPlaceholderCompilationContext, Guid, IPlaceholderScript>
interface ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript>
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) |