Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1061:13bea93a070a
Do not call the endOfLife method of the current state before advancing to a next state, because this would remove elements from cache that have been inserted just before - it would be impossible to make use of a cache in that case.
gnv-artifacts/trunk@1144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 01 Jun 2010 16:59:15 +0000 |
parents | cc4ec127d666 |
children | 58b4a07db856 |
comparison
equal
deleted
inserted
replaced
1060:cc4ec127d666 | 1061:13bea93a070a |
---|---|
1 2010-06-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Do not | |
4 call endOfLife of the current state before advancing to the next state. | |
5 This would make it impossible to use the cache. | |
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/state/StateBase.java: Remove existing | 9 * src/main/java/de/intevation/gnv/state/StateBase.java: Remove existing |
4 elements from cache that belong to an outdated state if its enfOfLife(.) | 10 elements from cache that belong to an outdated state if its enfOfLife(.) |
5 is called. It was necessary to adapt the signature of getHash(.) for this | 11 is called. It was necessary to adapt the signature of getHash(.) for this |