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) long lastAccessTimeMillis  
    (package private) T value  
  • 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

      final T value
    • lastAccessTimeMillis

      long lastAccessTimeMillis
  • Constructor Details

    • CacheEntry

      CacheEntry​(T value)