Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 845:797a6264b89b
Integrated the CacheCleaner for the ThematicDataCache
gnv-artifacts/trunk@961 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 20 Apr 2010 18:38:22 +0000 |
parents | 74608c12b4fe |
children | 8b6ef091d38c |
comparison
equal
deleted
inserted
replaced
844:74608c12b4fe | 845:797a6264b89b |
---|---|
1 2010-04-20 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java (initializeCache): | |
4 Initialize the CacheCline after the initialization of the ThematicDataCache. | |
5 | |
6 * src/main/java/de/intevation/gnv/state/StateBase.java (setHash): | |
7 Integrate an '#' as separator in the Hashvalue of an State to separate the | |
8 StateId unambiguously. This is required because a StateId can be a | |
9 Substring of an other StateId. | |
10 | |
11 * src/main/java/de/intevation/gnv/state/cache/QueryObject.java: | |
12 Bean for representing all database-Queries which are used for fetching | |
13 Data which is stoted in the ThematicDataCache. | |
14 | |
15 * src/main/java/de/intevation/gnv/state/cache/ThematicDataCacheCleaner.java: | |
16 Specific CacheCleaner for cleaning the ThematicData-Cache. It extend the | |
17 CacheCleaner of the geo-backand and has the same configuration | |
18 possibilities. | |
19 | |
1 2010-04-20 Tim Englich <tim.englich@intevation.de> | 20 2010-04-20 Tim Englich <tim.englich@intevation.de> |
2 | 21 |
3 * doc/conf/queries.properties: | 22 * doc/conf/queries.properties: |
4 Added Query for the CacheCleaner that it use to determin which Tables has | 23 Added Query for the CacheCleaner that it use to determin which Tables has |
5 been updated. | 24 been updated. |