Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				sandeepb3038yI think you or the team that implemented the cache is in the wrong here. Your boss is just a boss wanting something. You are the experts in what you do so should have not added the caching for dynamic pages.
 - 
				
				
hjk10155958yOf course you can cache everything. The trick is in constantly invalidating the dynamic pages 😉 - 
				
				
 - 
				
				
dmonkey21138yWhy does it seem like every boss in dev world is an absolute idiot with the projects of his employees? 
Related Rants

Found something true as 1 == 1
Life when you didn't know about browsers developer tools
Boss: we have to cache everything.
Me: but some parts of the page are dynamic, we can not cache them
Boss: EVERYTHING!!!!
Few days later...
Boss: This part of the page displays the wring content!
---------------------------
Well duh. If content changes with every request caching is probably not a good idea...
undefined
cache
web