This is lesson 11 of 11 in this module
Course 100% complete
Features of the MemoryCache class
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.
Previous Module
Pointers in C#
This Module
Advanced Performance Optimizations