.NET Client Documentation
5.4.0
Search Results for

    Show / Hide Table of Contents

    NearCacheOptions.Defaults Class

    Namespace: Hazelcast.NearCaching
    Assembly: Hazelcast.Net.dll

    Provides the default options values.

    public static class NearCacheOptions.Defaults
    Inheritance
    object
    NearCacheOptions.Defaults
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Fields

    Name Description
    InvalidateOnChange

    Whether to invalidate on change by default.

    LocalUpdatePolicy

    Default local update policy.

    MaxIdleSeconds

    Default value of the maximum idle time for eviction in seconds.

    MemoryFormat

    Default in-memory format.

    Name

    Default name.

    SerializeKeys

    Whether to serialize keys by default.

    TtlSeconds

    Default value of the time to live in seconds.

    In this article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.