1 instantiation of CacheEntryTokens
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
331CacheEntryTokens result = new CacheEntryTokens();
4 references to CacheEntryTokens
Microsoft.Extensions.Caching.Memory (4)
CacheEntry.cs (3)
22private CacheEntryTokens? _tokens; // might be null if user is not using the tokens or callbacks 324private CacheEntryTokens GetOrCreateTokens() 331CacheEntryTokens result = new CacheEntryTokens();
CacheEntry.ExpirationTokensList.cs (1)
17/// <see cref="CacheEntryTokens"/> while readers walk a lock-free snapshot. Writers may initialise