Pattern 10 / CACHE
Read-Through
Use this when keeping application code free of cache-loading logic.
- Pressure
- Keeping application code free of cache-loading logic
- Mechanism
- The application talks only to the cache; the cache knows how to fetch misses from storage
- Toll
- Cache infrastructure becomes coupled to the data source and query semantics
