IPWorks SNMP 2020 Python Edition

Questions / Feedback?

show_cache Method

Lists all entries in the internal user authentication cache.

Syntax

def show_cache() -> None: ...

Remarks

A on_cache_entry event is fired for every record in the internal user authentication cache.

The internal authentication cache can be used as an alternative to the on_get_user_password event, automatically checking the cache against the security parameters provided in the request signature.

The on_show_cache method is used to show the contents of the internal authentication cache.

The clear_cache method can be used to completely clear the cache.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Python Edition - Version 20.0 [Build 8202]