Help !!!
Tomcat 8.5.31, Lucee 5.3.10.120 (on Windows)
There is a strange new problem apparently related to caching Lucee output on our server and I have no idea where it comes from. Some setting but which?
“Inspect templates” is set to “always” so nothing should be cached!
Or is it some strange kind of IIS problem? I know nothing about IIS but I didn’t change anything there.
My test page simply does this:
<cfset value=“1”><cfoutput>#value#</cfoutput>
The page gets displayed normally.
Then I change the value to 2. I run the page and it still shows the 1.
The new value is not generated. (This is not a browser cache problem.)
One way to get Lucee to display the new value seems to be clearing the Page Pool Cache in the Lucee admin - then the new value gets displayed - but when I change the value in the source, that new value is ignored again.
InspectTemplates() also clears the page pool cache successfully, so if I add this to all pages, it should work, but why has it worked ok before and now requires this?