Interface INameInt32CacheLru
Public members of the Name
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. |
Limit
Maximum number of cache entries before eviction.
Declaration
int Limit { get; }
Property Value
Type | Description |
---|---|
System. |