<PackageReference Include="Relativity.Other" Version="10.2.99.73" />
API Differences between 10.2.99.73 and 10.0.318.5
155 Additions
14 Removals
Relativity
kCura.Data.RowDataGateway
kCura.Data.RowDataGateway.Async
kCura.Data.RowDataGateway.Logging
-
public class SqlExecutionLogger : IDisposable
- public SqlExecutionLogger LogAzureSqlTransientEvent(SqlException ex, int transientErrorAttemptNumber)
- public SqlExecutionLogger LogAzureSqlTransientEvent(SqlException ex, int transientErrorAttemptNumber, int maxAttempts)
- public SqlExecutionLogger LogDeadlockEvent(SqlException ex, int deadlockAttemptNumber)
- public SqlExecutionLogger LogDeadlockEvent(SqlException ex, int deadlockAttemptNumber, int maxAttempts)
- public SqlExecutionLogger LogTimeoutRetryEvent(Exception ex, string timeoutType, int timeoutAttemptNumber)
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDbDataParameter> parameters, int timeout)
- public SqlExecutionLogger LogTimeoutRetryEvent(Exception ex, string timeoutType, int timeoutAttemptNumber, int maxAttempts)
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDbDataParameter> parameters, int timeout, bool invalidOperationOccurred)
kCura.Notification
kCura.Utility
-
public class CacheValueInitializationTimeoutException : CacheItemValueInitializationException
-
public class CachingOptions
-
public class Config
-
public class LazyDictionaryCache
- public LazyDictionaryCache()
- public static LazyDictionaryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, string> keyFormatter, Func<TKey, CancellationToken, TValue> valueFactory)
- public static LazyDictionaryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, CancellationToken, TValue> valueFactory) where TKey : IConvertible
-
public class LazyDictionaryCache<TKey, TValue> : IDictionary<TKey, TValue>, IDisposable
-
public class TrustedIPHelper
-
public class TypedLazyMemoryCache
- public TypedLazyMemoryCache()
- public static TypedLazyMemoryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, string> keyFormatter, Func<TKey, CancellationToken, TValue> valueFactory)
- public static TypedLazyMemoryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, CancellationToken, TValue> valueFactory) where TKey : IConvertible
- public static TypedLazyMemoryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, string> keyFormatter, Func<TKey, CancellationToken, TValue> valueFactory, Action<TKey, TValue, CacheEntryRemovedReason> onEntryRemoved)
- public static TypedLazyMemoryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, CancellationToken, TValue> valueFactory, Action<TKey, TValue, CacheEntryRemovedReason> onEntryRemoved) where TKey : IConvertible
- public static TypedLazyMemoryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, string> keyFormatter, Func<TKey, CancellationToken, TValue> valueFactory, Action<TKey, TValue, CacheEntryRemovedReason> onEntryRemoved, Action<TKey, TValue> onEntryAdded)
- public static TypedLazyMemoryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, CancellationToken, TValue> valueFactory, Action<TKey, TValue, CacheEntryRemovedReason> onEntryRemoved, Action<TKey, TValue> onEntryAdded) where TKey : IConvertible
-
public class TypedLazyMemoryCache<TKey, TValue>
- public TypedLazyMemoryCache(CachingOptions options, Func<TKey, string> keyFormatter, Func<TKey, CancellationToken, TValue> valueFactory, Action<TKey, TValue, CacheEntryRemovedReason> onEntryRemoved, Action<TKey, TValue> onEntryAdded)
- public TValue GetOrAdd(TKey key)
- public void Remove(TKey key)
- public void Set(TKey key, TValue value)