comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 3203:1b9f791937c3

Moved FixationArtifactAccess to new access package. flys-artifacts/trunk@4820 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 28 Jun 2012 08:16:20 +0000
parents 2f922be407ea
children 1b41dc00b1f7
comparison
equal deleted inserted replaced
3202:307842cf8d9e 3203:1b9f791937c3
1304 net.sf.ehcache.Element element = cache.get(key); 1304 net.sf.ehcache.Element element = cache.get(key);
1305 if (element != null) { 1305 if (element != null) {
1306 logger.debug("Got computation result from cache."); 1306 logger.debug("Got computation result from cache.");
1307 old = element.getValue(); 1307 old = element.getValue();
1308 } 1308 }
1309 }
1310 else {
1311 logger.debug("cache not configured.");
1309 } 1312 }
1310 1313
1311 Object res; 1314 Object res;
1312 switch (type) { 1315 switch (type) {
1313 case FEED: 1316 case FEED:

http://dive4elements.wald.intevation.org