TestimoX

API Reference

Class

GpoCacheOptions

Namespace ADPlayground.Gpo

Options controlling GPO caches (GUID index/link graph) used across the library. Values have safe defaults and can be overridden via environment variables or code.

Inheritance

  • Object
  • GpoCacheOptions

Methods

SetLinkCacheMaxEntries(System.Int32 max) #

Programmatic override for maximum per-GPO entries.

Parameters

max System.Int32 required
SetLinkEntryTtl(System.TimeSpan ttl) #

Programmatic override for per-GPO entry TTL.

Parameters

ttl System.TimeSpan required
SetPrewarmTtl(System.TimeSpan ttl) #

Programmatic override for prewarm TTL.

Parameters

ttl System.TimeSpan required

Properties

LinkCacheMaxEntries #

Maximum number of per-GPO link entries kept in memory.

LinkEntryTtl #

Time-to-live for per-GPO link entries.

PrewarmTtl #

Time-to-live for a full prewarm scan before considering a refresh.