Read-Through
← Back to Caching Strategies
The cache itself fetches from the database on a miss. The application only talks to the cache, which transparently handles DB interaction. Simplifies application code.
← Back to Caching Strategies
The cache itself fetches from the database on a miss. The application only talks to the cache, which transparently handles DB interaction. Simplifies application code.