Enumeration IncrementLoadCountEventType

Enumeration Members

Enumeration Members

CACHE: 1

Type for when a cache load is initiated due to a dataloader miss.

DATABASE: 2

Type for when a database load is initiated due to a dataloader and cache miss, when an entity query doesn't support caching, or during a transaction.

DATALOADER: 0

Type for when a dataloader load is initiated via the standard load methods since all loads go through a dataloader.

Generated using TypeDoc