Class AresCachedResults

Represents the results of the caching operations of the cached manager. Extends the base results class and introduces sets for different types of results.

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

cached: Set<string>

A set containing the entries that were successfully cached.

disabled: Set<string>

A set containing the entries that were valid but were disabled.

uncached: Set<string>

A set containing the entries that were invalid and were not cached.

scope: LogScopes

Accessors

Methods

Generated using TypeDoc