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

      • ParameterNamesCacheUpdater

        public ParameterNamesCacheUpdater​(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