<PackageReference Include="Relativity.Other" Version="10.0.161.8" />
API Differences between 10.0.161.8 and 9.7.74.3
13 Additions
0 Removals
kCura.Utility
-
public class EmailAddress
-
public class HtmlUtility
-
public class LazyMemoryCache
- public object GetOrAdd(string key, object factoryData, Func<string, object, CancellationToken, object> valueFactory, Action<string, object, object, CacheEntryRemovedReason> removeCallback, TimeSpan expirationTimeSpan, ExpirationType expirationType, TimeSpan maxValueFactoryExecutionTime, int maxValueFactoryRetryAttempts, bool waitForCompletionOnTimeout)
-
public abstract class LazyTableCache<TDictionaryKey, TDictionaryValue, TFactoryData>
-
public abstract class LazyTableCacheAsList<TListValue, TFactoryData>
-
public class NullableTypesHelper
-
public class RetryLogger : IRetryLogger
- public RetryLogger(string retryableMethodName)
- public void LogInit(int retryAttempts, int waitTime)
- public void LogRetry(Exception retryableException, int attemptNumber, int waitTime)
kCura.Utility.Extensions