Process Flow - Micro-caching for dynamic content
Client Request Arrives
Check Cache for Response
Cache Hit
Serve Cached
Store Response in Cache
Send to Client
When a client requests dynamic content, nginx first checks if a cached version exists. If yes, it serves it quickly. If not, it generates the response, caches it briefly, then serves it.