<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.5.1">
</HEAD>
<BODY>
On Wed, 2004-12-15 at 10:06 +0200, Andras Balogh wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hello Tristan,</FONT>

<FONT COLOR="#000000">    This is valid for OpenCms5 or OpenCms6?</FONT>
<FONT COLOR="#000000">What about properties and property definitions?  Have you tried changing </FONT>
<FONT COLOR="#000000">a property(ex. Title) or adding a new property definition?</FONT>
<FONT COLOR="#000000">These changes get reflected to the other clusters?</FONT>

<FONT COLOR="#000000">Best regards,</FONT>
<FONT COLOR="#000000">Andras.</FONT>
</PRE>
</BLOCKQUOTE>
This was implemented in a custom way on top of OpenCMS 5.5.1, so more 6 than 5.<BR>
Anyway, yes, it works for everything. This is the command that gets executed:<BR>
<BR>
OpenCms.fireCmsEvent(new CmsEvent(<BR>
                I_CmsEventListener.EVENT_CLEAR_CACHES,<BR>
                Collections.EMPTY_MAP));<BR>
<BR>
Tristan<BR>
<BR>
</BODY>
</HTML>