set_verbose

Function

Sets whether to record logs.

Prototype

@classmethod
def set_verbose(verbose: bool)

Parameters

Parameter

Data Type

Required/Optional

Description

verbose

Bool

Required

Whether to enable log recording. The default value is False.

  • True: The cache hit or miss is recorded.
  • False: The cache hit or miss is not recorded.