UNCLASSIFIED - NO CUI

Skip to content

Proactive caching

Mark Howard requested to merge cache into master

Creates a proactive cache class which periodically queries for all items matching a given crud and saves the dumped schema in memory for a quick return to the user. Created an instance for organization metrics.

During this I realized that I need to adjust the type hints for route params to be str instead of int. That will go in a separate MR.

Merge request reports