public class FakeTessaCompilationObjectCacheCoreBase<TKey, TInstance> : ITessaCompilationObjectCacheCore<TKey, TInstance>,
ITessaCompilationObjectCacheCore
where TInstance : class
Public Class FakeTessaCompilationObjectCacheCoreBase(Of TKey, TInstance As Class)
Implements ITessaCompilationObjectCacheCore(Of TKey, TInstance), ITessaCompilationObjectCacheCore
generic<typename TKey, typename TInstance>
where TInstance : ref class
public ref class FakeTessaCompilationObjectCacheCoreBase : ITessaCompilationObjectCacheCore<TKey, TInstance>,
ITessaCompilationObjectCacheCore
type FakeTessaCompilationObjectCacheCoreBase<'TKey, 'TInstance when 'TInstance : not struct> =
class
interface ITessaCompilationObjectCacheCore<'TKey, 'TInstance>
interface ITessaCompilationObjectCacheCore
end
FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance | Инициализирует новый экземпляр класса FakeTessaCompilationObjectCacheCoreBaseTKey, TInstance |
CategoryID | Идентификатор категории, к которой относятся результаты компиляции, предоставляемые этим кэшем. |
DependentOn | Коллекция идентификаторов категорий кэшей, от которых зависит этот объект. |
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) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAsync | Сбрасывает результаты компиляции. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAlreadyCompiledAsync | Возвращает объект результата компиляции, имеющий указанный идентификатор из хранилища. Не выполняет компиляцию, если запрашиваемый результат не найден. |