Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Util.Cache.AbstractSegmentCache Class Referenceabstract

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

Inherited by Lucene.Net.Util.Cache.SegmentCache< T >.

Public Member Functions

abstract void Warm (IndexReader reader, string key)
 Used to warm up the cache.
 

Detailed Description

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

Definition at line 32 of file SegmentCache.cs.

Member Function Documentation

abstract void Lucene.Net.Util.Cache.AbstractSegmentCache.Warm ( IndexReader  reader,
string  key 
)
pure virtual

Used to warm up the cache.

Parameters
readerThe reader to warm the cache for.
keyThe inner key.

Implemented in Lucene.Net.Util.Cache.SegmentCache< T >.


The documentation for this class was generated from the following file: