[opencms-dev] Caching Problem
Thomas Maerz
thomasmaerz at gmx.de
Thu Mar 3 10:32:44 CET 2005
"Robin Antony" <robin at zed.com.sg> writes:
> button because of the caching that is being performed. How can I prevent
> opencms from caching this section? Any suggestions or pointers are
> welcome.
I think this is a browser problem rather than an OpenCms problem.
But take a look at
,----[ org.opencms.flex.CmsFlexCacheKey ]
| /** The list of keywords of the Flex cache language. */
| private static final List m_cacheCmds = Arrays.asList(new String[] {
| "always", // 0
| "never", // 1
| "uri", // 2
| "user", // 3
| "params", // 4
| "no-params", // 5
| "timeout", // 6
| "session", // 7
| "schemes", // 8
| "ports", // 9
| "false", // 10
| "parse-error", // 11
| "true", // 12
| "ip", // 13
| "element", // 14
| "locale", // 15
| "encoding"}); // 16
`----
At least setting the keys didn't help me last time
but setting some HTTP-headers (e. g. Cache-Control) did.
Regards,
Thomas
More information about the opencms-dev
mailing list