Class FieldCacheSanityChecker.Insanity
Simple container for a collection of related FieldCache.CacheEntry objects that in conjunction with each other represent some "insane" usage of the IFieldCache.
Inheritance
System.Object
FieldCacheSanityChecker.Insanity
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class Insanity : object
Constructors
Name | Description |
---|---|
Insanity(FieldCacheSanityChecker.InsanityType, String, FieldCache.CacheEntry[]) |
Properties
Name | Description |
---|---|
CacheEntries | FieldCache.CacheEntry objects which suggest a problem |
Msg | Description of the insane behavior |
Type | Type of insane behavior this object represents |
Methods
Name | Description |
---|---|
ToString() | Multi-Line representation of this FieldCacheSanityChecker.Insanity object, starting with the Type and Msg, followed by each CacheEntry.ToString() on it's own line prefaced by a tab character |