public class FakeTessaCompilationObjectInMemoryCacheBase<TCompilerContext, TKey, TInstance> : FakeTessaCompilationObjectCacheCoreBase<TKey, TInstance>,
ITessaCompilationObjectInMemoryCache<TCompilerContext, TKey, TInstance>, ITessaCompilationObjectCacheCore<TKey, TInstance>,
ITessaCompilationObjectCacheCore
where TInstance : class
Public Class FakeTessaCompilationObjectInMemoryCacheBase(Of TCompilerContext, TKey, TInstance As Class)
Inherits FakeTessaCompilationObjectCacheCoreBase(Of TKey, TInstance)
Implements ITessaCompilationObjectInMemoryCache(Of TCompilerContext, TKey, TInstance),
ITessaCompilationObjectCacheCore(Of TKey, TInstance), ITessaCompilationObjectCacheCore
generic<typename TCompilerContext, typename TKey, typename TInstance>
where TInstance : ref class
public ref class FakeTessaCompilationObjectInMemoryCacheBase : public FakeTessaCompilationObjectCacheCoreBase<TKey, TInstance>,
ITessaCompilationObjectInMemoryCache<TCompilerContext, TKey, TInstance>, ITessaCompilationObjectCacheCore<TKey, TInstance>,
ITessaCompilationObjectCacheCore
type FakeTessaCompilationObjectInMemoryCacheBase<'TCompilerContext, 'TKey, 'TInstance when 'TInstance : not struct> =
class
inherit FakeTessaCompilationObjectCacheCoreBase<'TKey, 'TInstance>
interface ITessaCompilationObjectInMemoryCache<'TCompilerContext, 'TKey, 'TInstance>
interface ITessaCompilationObjectCacheCore<'TKey, 'TInstance>
interface ITessaCompilationObjectCacheCore
end
FakeTessaCompilationObjectInMemoryCacheBaseTCompilerContext, TKey, TInstance | Инициализирует новый экземпляр класса FakeTessaCompilationObjectInMemoryCacheBaseTCompilerContext, TKey, TInstance |
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 | Возвращает объект результата компиляции, имеющий указанный идентификатор. |
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 | Выполняет перекомпиляцию объекта с заданным идентификатором. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAlreadyCompiledAsync |
Возвращает объект результата компиляции, имеющий указанный идентификатор из хранилища. Не выполняет компиляцию, если запрашиваемый результат не найден.
(Унаследован от FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance) |