Project

General

Profile

« Previous | Next » 

Revision 784fe709

Added by Andreas Müller about 5 years ago

ref #8030 rename updateTitleCacheImpl to updateCachesImpl

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IdentifiableServiceBase.java
261 261
	}
262 262

  
263 263
	@Transactional(readOnly = false)  //TODO check transactional behavior, e.g. what happens with the session if count is very large
264
	protected <S extends T > void updateTitleCacheImpl(Class<S> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<T> cacheStrategy, IProgressMonitor monitor) {
264
	protected <S extends T > void updateCachesImpl(Class<S> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<T> cacheStrategy, IProgressMonitor monitor) {
265 265
		if (stepSize == null){
266 266
			stepSize = UPDATE_TITLE_CACHE_DEFAULT_STEP_SIZE;
267 267
		}

Also available in: Unified diff