• API

    Show / Hide Table of Contents

    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 Source

    Count

    Number of entries currently in the cache.

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Limit

    Maximum number of cache entries before eviction.

    Declaration
    int Limit { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)