Class ApplicationConfig.CacheItem<T>

java.lang.Object
org.nuiton.config.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 Details

    • item

      public T item
      typed option value
    • hash

      public int hash
      hash of string representation
  • Constructor Details

    • CacheItem

      public CacheItem(T item, int hash)