Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Caching Best Practices
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 But my Data Changes!
- 3 Opcode Cache Options
- 4 Caching Methodologies
- 5 Cache Invalidation Strategy update invalidation
- 6 Common Cache Solutions
- 7 APC Common Functions
- 8 APC Example
- 9 Memcached Libraries
- 10 Configuring Memcached
- 11 Managing Memcached
- 12 Simple Example
- 13 Manipulating Key Values
- 14 Read Through Cache Callback
- 15 Check and Set Operations
- 16 Asynchronous Fetching
- 17 Database Caching Example
- 18 More Generic Example
- 19 Concept: Multi-Layer Cache
- 20 Biggest-Smallest Reusable
- 21 Questions?