Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfCacheOptions

    Options for the entity cache used by the client.

    Inheritance
    System.Object
    WolfCacheOptions
    Namespace: TehGM.Wolfringo.Caching
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfCacheOptions

    Properties

    | Improve this Doc View Source

    AchievementsCachingEnabled

    Whether achievements caching should be enabled.

    Declaration
    public bool AchievementsCachingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Defaults to true.

    | Improve this Doc View Source

    CharmsCachingEnabled

    Whether charms caching should be enabled.

    Declaration
    public bool CharmsCachingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Defaults to true.

    | Improve this Doc View Source

    GroupsCachingEnabled

    Whether groups caching should be enabled.

    Declaration
    public bool GroupsCachingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Defaults to true.

    | Improve this Doc View Source

    UsersCachingEnabled

    Whether users caching should be enabled.

    Declaration
    public bool UsersCachingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Defaults to true.