java.lang.Object | |||
↳ | org.apache.lucene.util.cache.Cache<K, V> | ||
↳ | org.apache.lucene.util.cache.SimpleMapCache<K, V> | ||
↳ | org.apache.lucene.util.cache.SimpleLRUCache<K, V> |
Simple LRU cache implementation that uses a LinkedHashMap.
This cache is not synchronized, use synchronizedCache(Cache)
if needed.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a last-recently-used cache with the specified size.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a last-recently-used cache with the specified size.