Class ApplicationConfig.CacheItem<T>

  • Type Parameters:
    T - type of item
    Enclosing class:
    ApplicationConfig

    protected static class ApplicationConfig.CacheItem<T>
    extends Object
    Item used for cacheOption
    • Field Detail

      • item

        public T item
        typed option value
      • hash

        public int hash
        hash of string representation
    • Constructor Detail

      • CacheItem

        public CacheItem​(T item,
                         int hash)