PageLoadFlags

Description

enum Tinman.Core.Caching.PageLoadFlags

Enumeration of behaviour flags for loading data pages upon a cache miss.

Public / Constants

Load

public constant Load → (0:int32)

Load the cache page normally during access.

Manual

public constant Manual → (1:int32)

Do no load the cache page during access. This must be done manually later.

Partial

public constant Partial → (2:int32)

Do partial load of cache page during access.

This is the same as Load, except that the partial flag is passed to the callback that actually loads the cache page.