Mercurial > dive4elements > river
changeset 8550:532da345d4a7
(issue1754) Fix wst static cache name.
You should not base your implementation on a broken one. (see next commit)
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 16 Feb 2015 15:28:51 +0100 |
parents | 1cff4c98df76 |
children | 11646c8dfa61 |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/model/WKmsFactory.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/WKmsFactory.java Mon Feb 16 15:28:22 2015 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/WKmsFactory.java Mon Feb 16 15:28:51 2015 +0100 @@ -89,7 +89,7 @@ public static WKms getWKms(int column, int wst_id, double from, double to) { log.debug("WKmsFactory.getWKms"); - Cache cache = CacheFactory.getCache("waterlevels-static"); + Cache cache = CacheFactory.getCache("wst-wq-value-table-static"); String cacheKey = Integer.toString(column) + ":" + Integer.toString(wst_id);