Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Caching with Spring - Advanced Topics and Best Practices
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Local In-Memory
- 3 Clustered - with sync
- 4 Invalidation - Option 1
- 5 Replication
- 6 Distributed Caches
- 7 Tying your code to a cache provider is bad practice
- 8 Try switching from EHCache to Hazelcast
- 9 You can't switch cache providers between environments
- 10 You mess up your business logic with infrastructure
- 11 Introducing Spring's cache abstraction
- 12 Spring's Caching Annotations
- 13 Default Key Generation Strategy
- 14 You need a custom default Key Generator?
- 15 SPEL in Caching Annotations
- 16 Working with Cache Resolvers
- 17 Spring vs JCache Annotations