Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1062:58b4a07db856
Cach improvement: remove the cached elements of each visited state that is visited while stepping back to a previous state.
gnv-artifacts/trunk@1147 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Jun 2010 09:52:39 +0000 |
parents | 13bea93a070a |
children | 732cea65cee7 |
comparison
equal
deleted
inserted
replaced
1061:13bea93a070a | 1062:58b4a07db856 |
---|---|
1 2010-06-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Remove | |
4 cached elements of each state that is visited while stepping back to a | |
5 previous state. | |
6 | |
1 2010-06-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 7 2010-06-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Do not | 9 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Do not |
4 call endOfLife of the current state before advancing to the next state. | 10 call endOfLife of the current state before advancing to the next state. |
5 This would make it impossible to use the cache. | 11 This would make it impossible to use the cache. |