SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

cache_validation_results Property

Enables or disables validation result caching.

Syntax

def get_cache_validation_results() -> bool: ...
def set_cache_validation_results(value: bool) -> None: ...

cache_validation_results = property(get_cache_validation_results, set_cache_validation_results)

Default Value

FALSE

Remarks

Set this property to True to enable caching of validation results.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]