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);