Mercurial > dive4elements > gnv-client
log
age | author | description |
---|---|---|
Wed, 02 Jun 2010 09:52:39 +0000 | Ingo Weinzierl | Cach improvement: remove the cached elements of each visited state that is visited while stepping back to a previous state. |
Tue, 01 Jun 2010 16:59:15 +0000 | Ingo Weinzierl | 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. |
Tue, 01 Jun 2010 16:54:21 +0000 | Ingo Weinzierl | Remove the elements of an outdated state from cache if its endOfLife method is called. |