org.nuiton.util
Class ApplicationConfig.CacheItem<T>

java.lang.Object
  extended by org.nuiton.util.ApplicationConfig.CacheItem<T>
Type Parameters:
T -
Enclosing class:
ApplicationConfig

protected static class ApplicationConfig.CacheItem<T>
extends Object

Item used for cacheOption


Field Summary
 int hash
          hash of string representation
 T item
          typed option value
 
Constructor Summary
ApplicationConfig.CacheItem(T item, int hash)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

public T item
typed option value


hash

public int hash
hash of string representation

Constructor Detail

ApplicationConfig.CacheItem

public ApplicationConfig.CacheItem(T item,
                                   int hash)


Copyright © 2004-2010 CodeLutin. All Rights Reserved.