1 write to _cache
CookieSessionSample (1)
MemoryCacheTicketStore.cs (1)
17_cache = new MemoryCache(new MemoryCacheOptions());
3 references to _cache
CookieSessionSample (3)
MemoryCacheTicketStore.cs (3)
38_cache.Set(key, ticket, options); 46_cache.TryGetValue(key, out ticket); 52_cache.Remove(key);