API Reference
Class
GpoLinkGraphCache
Per‑GPO link cache backed by MemoryCache with a bounded number of entries and TTL. Provides fast lookups while keeping memory predictable on large estates.
Inheritance
- Object
- GpoLinkGraphCache
Methods
GetStats() #Returns diagnostic information about the link cache.
TryGet(System.Guid gpoId, System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLink}@ links) #Gets links for a GPO from cache if available, otherwise prewarms or performs a targeted lookup.
Parameters
- gpoId System.Guid
- links System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLink}@