Search Results for

    Show / Hide Table of Contents

    Class CircularCache<TDataType>.CachedRecord

    Inheritance
    object
    CircularCache<TDataType>.CachedRecord
    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>.CachedRecord

    Fields

    | Improve this Doc View Source

    Index

    Declaration
    public long Index
    Field Value
    Type Description
    long
    | Improve this Doc View Source

    LastAccess

    Declaration
    public long LastAccess
    Field Value
    Type Description
    long
    | Improve this Doc View Source

    Record

    Declaration
    public TDataType Record
    Field Value
    Type Description
    TDataType

    Methods

    | Improve this Doc View Source

    IsExpired(long)

    Declaration
    public bool IsExpired(long ticks)
    Parameters
    Type Name Description
    long ticks
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io