Package com.jackmeng.stl
Class stl_SimpleCache.CacheEntry<T>
java.lang.Object
com.jackmeng.stl.stl_SimpleCache.CacheEntry<T>
- Enclosing class:
 - stl_SimpleCache<K,V>
 
private class stl_SimpleCache.CacheEntry<T>
extends java.lang.Object
- 
Field Summary
Fields Modifier and Type Field Description (package private) longlastAccessTimeMillis(package private) Tvalue - 
Constructor Summary
Constructors Constructor Description CacheEntry(T value) - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
value
 - 
lastAccessTimeMillis
long lastAccessTimeMillis 
 - 
 - 
Constructor Details
- 
CacheEntry
CacheEntry(T value) 
 -