Package org.apache.solr.search
Class LRUCache.CacheValue<V>
- java.lang.Object
-
- org.apache.solr.search.LRUCache.CacheValue<V>
-
-
Field Summary
Fields Modifier and Type Field Description static long
BASE_RAM_BYTES_USED
long
createTime
V
value
-
Constructor Summary
Constructors Constructor Description CacheValue(V value, long createTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
ramBytesUsed()
-