API Diff between 5.18.1 and 5.16.0
3 Additions
5 Removals
DotNext.Runtime.Caching
-
public class RandomAccessCache<TKey, TValue> : Disposable, IAsyncDisposable
- public ReadOrWriteSession<TKey, TValue> Change(TKey key, TimeSpan timeout)
- public ReadOrWriteSession<TKey, TValue> Change(TKey key, TimeSpan timeout, CancellationToken token = default)
- public bool Invalidate(TKey key, TimeSpan timeout)
- public bool Invalidate(TKey key, TimeSpan timeout, CancellationToken token = default)
- public bool TryRemove(TKey key, TimeSpan timeout, out ReadSession session)
- public bool TryRemove(TKey key, out ReadSession session, TimeSpan timeout, CancellationToken token = default)
DotNext.Threading