Class ChannelConfigurationCacheKey

    • Constructor Detail

      • ChannelConfigurationCacheKey

        public ChannelConfigurationCacheKey​(Long networkId,
                                            Long channelId,
                                            List<Long> configurationPathIds)
    • Method Detail

      • getChannelId

        public Long getChannelId()
      • getConfigurationId

        public Long getConfigurationId()
      • getConfigurationPathIds

        public Long[] getConfigurationPathIds()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • matches

        public boolean matches​(Long channelId,
                               Long configurationId)