Project

General

Profile

« Previous | Next » 

Revision 3b278eb0

Added by Andreas Kohlbecker over 5 years ago

ref #7785 using CdmTransientEntityAndUuidCacher to promote using the CachingCdmUserHelper

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/CachingPresenter.java
10 10

  
11 11
import java.util.Collection;
12 12

  
13
import eu.etaxonomy.cdm.model.ICdmCacher;
13
import eu.etaxonomy.cdm.model.ICdmEntityUuidCacher;
14 14
import eu.etaxonomy.cdm.model.common.CdmBase;
15 15

  
16 16
/**
......
20 20
 */
21 21
public interface CachingPresenter {
22 22

  
23
    public ICdmCacher getCache();
23
    public ICdmEntityUuidCacher getCache();
24 24

  
25 25
    public Collection<CdmBase> getRootEntities();
26 26

  

Also available in: Unified diff