Class FieldCache.CacheEntry
EXPERT: A unique Identifier/Description for each item in the IFieldCache. Can be useful for logging/debugging.
@lucene.experimental
Inheritance
System.Object
FieldCache.CacheEntry
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class CacheEntry : object
Constructors
Name | Description |
---|---|
CacheEntry(Object, String, Type, Object, Object) |
Properties
Name | Description |
---|---|
CacheType | |
Custom | |
EstimatedSize | The most recently estimated size of the value, |
FieldName | |
ReaderKey | |
Value |
Methods
Name | Description |
---|---|
EstimateSize() | Computes (and stores) the estimated size of the cache Value |
ToString() |