yr.WriteMode#
- class yr.WriteMode(value)[source]#
Bases:
EnumObject write mode.
Attributes
Not written to the second-level cache.
Write data to the secondary cache synchronously to ensure data reliability.
Asynchronously write data to the secondary cache to ensure data reliability.
Not written to the second-level cache, and will be actively evicted by the system when system resources are insufficient.