Class TransformCache.CacheEntry

    • Field Detail

      • targetList

        private final Set<Integer> targetList
      • timeout

        private final long timeout
    • Constructor Detail

      • CacheEntry

        CacheEntry​(long timeout,
                   Set<Integer> targetList)
    • Method Detail

      • getTimeout

        long getTimeout()