With V8 DPM, RequestContext.setNoCache(true) doesn't seem to be working for us. We are trying to dynamically turn caching off when some condition (for example channel name contains 'News' or User Group = IT) is met. After seting NoCache(true), RequestContext.isNoCache() does return true, but the page is still caching. With the new template and component Caching policies option in V8 has this API been deprecated? Is there any other way from the JSP Override to dynamically influence if a fragment should be cached?