6 references to State
Microsoft.Extensions.Caching.Memory (6)
CacheEntry.ExpirationTokensList.cs (6)
25
private static readonly State s_empty = new
State
(Array.Empty<IChangeToken>(), 0);
28
private volatile State _state = new
State
(Array.Empty<IChangeToken>(), 0);
88
_state = new
State
(items, count);
153
_state = new
State
(items, updatedCount);
271
state = new
State
(items, count);
331
_state = new
State
(items, updatedCount);