Search Results for

    Show / Hide Table of Contents

    Class CircularCache<TDataType>.CacheAndCacheSize

    Inheritance
    object
    CircularCache<TDataType>.CacheAndCacheSize
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Segments.Disk
    Assembly: ZoneTree.dll
    Syntax
    public sealed class CircularCache<TDataType>.CacheAndCacheSize

    Fields

    | Improve this Doc View Source

    CacheSize

    Declaration
    public int CacheSize
    Field Value
    Type Description
    int
    | Improve this Doc View Source

    circularBuffer

    Declaration
    public CircularCache<TDataType>.CachedRecord[] circularBuffer
    Field Value
    Type Description
    CachedRecord[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io