Where Apache configures the caching for php dynamic pages

I checked my LAMP webapp responses an I see that php pages responses are not cached by browser and images, css, js, and so on are cached.

I don’t explicitly add any header control entry, so I guess this behaviour is somehow handled by php or apache configuration.
Can you tell me how?