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
| Improve this Doc View SourceCount
Number of entries currently in the cache.
Declaration
int Count { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Limit
Maximum number of cache entries before eviction.
Declaration
int Limit { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |