Class CodeSystemsCacheUpdater
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.util.CacheUpdater
-
- com.ibm.fhir.persistence.jdbc.util.CodeSystemsCacheUpdater
-
- All Implemented Interfaces:
Synchronization
public class CodeSystemsCacheUpdater extends CacheUpdater
This cache update writes its Code Systems cache candidates to the CodeSystemsCache upon a transaction commit.
-
-
Constructor Summary
Constructors Constructor Description CodeSystemsCacheUpdater(String tenantDatastoreCacheName, Map<String,Integer> newCacheCandidates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commitCacheCandidates()
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:CacheUpdater
Implemented by subclasses to perform the mechanics of writing cache candidate entries to the appropriate cache.- Specified by:
commitCacheCandidates
in classCacheUpdater
-
-