[Jamwiki-commit] SF.net SVN: jamwiki:[2817] wiki/trunk/jamwiki-web/src/main/java/org/jamwiki /db/An
Brought to you by:
wrh2
From: <wr...@us...> - 2010-01-02 03:26:27
|
Revision: 2817 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2817&view=rev Author: wrh2 Date: 2010-01-02 03:26:21 +0000 (Sat, 02 Jan 2010) Log Message: ----------- Performance: * No need to remove then add when updating cache - the add will overwrite any existing data. * Split the virtual wiki cache in two - ID & name - to prevent clashes. * Be smarter about initializing virtual wiki caches. * Always add a topic to the cache after calling writeTopic() since it will almost always be displayed after an update is performed. Modified Paths: -------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/AnsiDataHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |