Skip to main content
This is lesson 11 of 11 in this module Course 100% complete
Prev

Features of the MemoryCache class

Premium Content

Sign in with your account or sign up to access this lesson.

The lesson explores the built-in System.Runtime.Caching.MemoryCache class, covering sliding and absolute expiration policies, eviction callbacks, priority levels, and binary serialization of cached entries. We compare in-process MemoryCache with an external Redis server for resilience, and summarize when each option is appropriate.