Skip to main content
This is lesson 3 of 5 in this module Course 93% complete

Planning For Caching

Premium Content

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

This lesson covers how to incorporate caching into an application architecture across the presentation, service, and data layers, identifying which data is worth caching. It explains caching medium options ranked by performance and recommends using standard platforms like Redis, Memcached, or SQL Server. Finally, it covers cache management strategies including expiration, flushing, and loading approaches.