Class ConfigCacheKey


  • public class ConfigCacheKey
    extends Object
    A ConfigKey that also uses the def MD5 sum. Used for caching when def payload is user provided.
    Author:
    Vegard Havdal
    • Constructor Detail

      • ConfigCacheKey

        public ConfigCacheKey​(ConfigKey<?> key,
                              String defMd5)
        Constructs a new server key based on the contents of the given ConfigKey and the def md5 sum.
        Parameters:
        key - The key to base on
        defMd5 - MD5 checksum of the config definition. Never null.