public sealed class FakePlaceholderCompilationInMemoryCache : FakeTessaCompilationObjectInMemoryCacheBase<IPlaceholderCompilationContext, Guid, IPlaceholderScript>,
IPlaceholderCompilationInMemoryCache, ITessaCompilationObjectInMemoryCache<IPlaceholderCompilationContext, Guid, IPlaceholderScript>,
ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript>, ITessaCompilationObjectCacheCore
Public NotInheritable Class FakePlaceholderCompilationInMemoryCache
Inherits FakeTessaCompilationObjectInMemoryCacheBase(Of IPlaceholderCompilationContext, Guid, IPlaceholderScript)
Implements IPlaceholderCompilationInMemoryCache, ITessaCompilationObjectInMemoryCache(Of IPlaceholderCompilationContext, Guid, IPlaceholderScript),
ITessaCompilationObjectCacheCore(Of Guid, IPlaceholderScript), ITessaCompilationObjectCacheCore
public ref class FakePlaceholderCompilationInMemoryCache sealed : public FakeTessaCompilationObjectInMemoryCacheBase<IPlaceholderCompilationContext^, Guid, IPlaceholderScript^>,
IPlaceholderCompilationInMemoryCache, ITessaCompilationObjectInMemoryCache<IPlaceholderCompilationContext^, Guid, IPlaceholderScript^>,
ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript^>, ITessaCompilationObjectCacheCore
[<SealedAttribute>]
type FakePlaceholderCompilationInMemoryCache =
class
inherit FakeTessaCompilationObjectInMemoryCacheBase<IPlaceholderCompilationContext, Guid, IPlaceholderScript>
interface IPlaceholderCompilationInMemoryCache
interface ITessaCompilationObjectInMemoryCache<IPlaceholderCompilationContext, Guid, IPlaceholderScript>
interface ITessaCompilationObjectCacheCore<Guid, IPlaceholderScript>
interface ITessaCompilationObjectCacheCore
end
FakePlaceholderCompilationInMemoryCache | Инициализирует новый экземпляр класса FakePlaceholderCompilationInMemoryCache |
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 |
Возвращает объект результата компиляции, имеющий указанный идентификатор.
(Унаследован от FakeTessaCompilationObjectInMemoryCacheBaseTCompilerContext, 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) |
RebuildAsync |
Выполняет перекомпиляцию объекта с заданным идентификатором.
(Унаследован от FakeTessaCompilationObjectInMemoryCacheBaseTCompilerContext, TKey, TInstance) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAlreadyCompiledAsync |
Возвращает объект результата компиляции, имеющий указанный идентификатор из хранилища. Не выполняет компиляцию, если запрашиваемый результат не найден.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance) |