Class WolfCacheOptions
Options for the entity cache used by the client.
Namespace: TehGM.Wolfringo.Caching
Assembly: Wolfringo.Core.dll
Syntax
public class WolfCacheOptions
Properties
| Improve this Doc View SourceAchievementsCachingEnabled
Whether achievements caching should be enabled.
Declaration
public bool AchievementsCachingEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Defaults to true.
CharmsCachingEnabled
Whether charms caching should be enabled.
Declaration
public bool CharmsCachingEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Defaults to true.
GroupsCachingEnabled
Whether groups caching should be enabled.
Declaration
public bool GroupsCachingEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Defaults to true.
UsersCachingEnabled
Whether users caching should be enabled.
Declaration
public bool UsersCachingEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Defaults to true.