Class ParameterNamesCacheUpdater
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.util.CacheUpdater
 - 
- com.ibm.fhir.persistence.jdbc.util.ParameterNamesCacheUpdater
 
 
 
- 
- All Implemented Interfaces:
 Synchronization
public class ParameterNamesCacheUpdater extends CacheUpdater
This cache updater writes its Parameter Names cache candidates to the ParameterNamesCache upon a transaction commit. 
- 
- 
Constructor Summary
Constructors Constructor Description ParameterNamesCacheUpdater(String tenantDatastoreCacheName, Map<String,Integer> newCacheCandidates) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommitCacheCandidates()Implemented by subclasses to perform the mechanics of writing cache candidate entries to the appropriate cache.- 
Methods inherited from class com.ibm.fhir.persistence.jdbc.util.CacheUpdater
afterCompletion, beforeCompletion, clearCacheCandidates, getCacheCandidates, getTenantDatastoreCacheName, setCacheCandidates, setTenantDatastoreCacheName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
commitCacheCandidates
public void commitCacheCandidates()
Description copied from class:CacheUpdaterImplemented by subclasses to perform the mechanics of writing cache candidate entries to the appropriate cache.- Specified by:
 commitCacheCandidatesin classCacheUpdater
 
 - 
 
 -