Class GroupsCacheKey

    • Constructor Detail

      • GroupsCacheKey

        public GroupsCacheKey​(Long networkId,
                              Long groupId,
                              Set<Long> productIds)
    • Method Detail

      • getGroupId

        public Long getGroupId()
      • getNetworkId

        public Long getNetworkId()
      • getProductIds

        public Long[] getProductIds()
      • hashCode

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

        public boolean matchesNetwork​(Long networkId)