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 |
---|---|
CacheType | |
Custom | |
EstimatedSize | The most recently estimated size of the value, null unless estimateSize has been called. |
FieldName | |
ReaderKey | |
Value |
Methods
Name | Description |
---|---|
EstimateSize() | |
EstimateSize(RamUsageEstimator) | Computes (and stores) the estimated size of the cache Value |
ToString() |