Skip to content

Runtime Cache #105

@mbd3v

Description

@mbd3v

A way of possibly speeding up large function such as finding groups and users on system is to have it run once, and then save the results to a global variables. Then whenever this information is needed, the program wont have to search through the whole system again.

You can also only update this after a change has occurred (ie: a new user is added/removed) and run the process as a new thread in the background.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions