<PackageReference Include="Relativity.Other" Version="10.0.119.1" />
API Differences between 10.0.119.1 and 10.0.275.2
0 Additions
6 Removals
kCura.Utility
-
public class ExecutionTimer : Dictionary<string, long>
-
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>