Interface INameInt32CacheLru
Public members of the NameInt32CacheLru that are shared between instances.
Namespace: Lucene.Net.Facet.Taxonomy.WriterCache
Assembly: Lucene.Net.Facet.dll
Syntax
public interface INameInt32CacheLru
  Properties
Count
Number of entries currently in the cache.
Declaration
int Count { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Limit
Maximum number of cache entries before eviction.
Declaration
int Limit { get; }
  Property Value
| Type | Description | 
|---|---|
| int |