Root custom cache to allow a factory to retain references to the custom caches without having to be aware of the type.

Namespace: Lucene.Net.Util.Cache
Assembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public abstract class AbstractSegmentCache
Visual Basic
Public MustInherit Class AbstractSegmentCache
Visual C++
public ref class AbstractSegmentCache abstract

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util.Cache..::..AbstractSegmentCache
    Lucene.Net.Util.Cache..::..SegmentCache<(Of <(<'T>)>)>

See Also