Project

General

Profile

« Previous | Next » 

Revision 57d5b579

Added by Andreas Müller about 5 years ago

ref #8030 rename updateTitleCache to updateCaches

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/CollectionServiceImpl.java
39 39

  
40 40
	@Override
41 41
	@Transactional(readOnly = false)
42
    public void updateTitleCache(Class<? extends Collection> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<Collection> cacheStrategy, IProgressMonitor monitor) {
42
    public void updateCaches(Class<? extends Collection> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<Collection> cacheStrategy, IProgressMonitor monitor) {
43 43
		if (clazz == null){
44 44
			clazz = Collection.class;
45 45
		}

Also available in: Unified diff