org.nuiton.util
Class ApplicationConfig.CacheItem<T>
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
public T item
- typed option value
hash
public int hash
- hash of string representation
ApplicationConfig.CacheItem
public ApplicationConfig.CacheItem(T item,
int hash)
Copyright © 2004-2012 CodeLutin. All Rights Reserved.