Class CacheEntry
EXPERT: A unique Identifier/Description for each item in the FieldCache. Can be useful for logging/debugging.
EXPERIMENTAL API: This API is considered extremely advanced and experimental. It may be removed or altered w/o warning in future releases of Lucene.
Inheritance
System.Object
CacheEntry
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class CacheEntry : object
Properties
Name | Description |
---|---|
Cache |
|
Custom | |
Estimated |
The most recently estimated size of the value, null unless estimateSize has been called. |
Field |
|
Reader |
|
Value |
Methods
Name | Description |
---|---|
Estimate |
|
Estimate |
Computes (and stores) the estimated size of the cache Value |
To |