ICachedCommonService, CachedCommonServiceImpl : moved class to service package
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / eu / etaxonomy / taxeditor / remoting / cache / CdmTransientEntityCacher.java
index 7899e338a22990f571d81cbea65596b08c10b301..321b0cc11dda808936c1fc94855857e267cb5606 100644 (file)
@@ -192,7 +192,7 @@ public class CdmTransientEntityCacher implements ICdmCacher {
 
         if(cachedCdmEntity == null) {
             // ... then try the permanent cache
-            cachedCdmEntity = cdmServiceCacher.load(cdmBase.getUuid());
+            cachedCdmEntity = cdmServiceCacher.load(cdmBase);
         }
 
         return cachedCdmEntity;