yr.WriteMode

Contents

yr.WriteMode#

class yr.WriteMode(value)[source]#

Bases: Enum

Object write mode.

Attributes

NONE_L2_CACHE

Not written to the second-level cache.

WRITE_THROUGH_L2_CACHE

Write data to the secondary cache synchronously to ensure data reliability.

WRITE_BACK_L2_CACHE

Asynchronously write data to the secondary cache to ensure data reliability.

NONE_L2_CACHE_EVICT

Not written to the second-level cache, and will be actively evicted by the system when system resources are insufficient.