Class 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 Detail

      • CodeSystemsCacheUpdater

        public CodeSystemsCacheUpdater​(String tenantDatastoreCacheName,
                                       Map<String,​Integer> newCacheCandidates)
    • 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 class CacheUpdater