This manager's cache.
This Manager's Client
Submits a file to be analyzed.
The file to analyze
Fetch an Analysis from the API and cache it.
The analysis ID.
Fetch an Analysis from the API and cache it using the file's SHA256/SHA1/MD5 Hash.
The file's SHA256/SHA1/MD5 Hash.
Get an analysis either from the cache or by fetching it. It is recommended for performance reasons to use this method instead of .fetch().
The analysis ID.
Get an analysis either from the cache or by fetching it using the file's SHA256/SHA1/MD5 Hash. It is recommended for performance reasons to use this method instead of .fetchFile().
The file's SHA256/SHA1/MD5 Hash.
Resolves an AnalysisResolvable into an Analysis.
Generated using TypeDoc
This Manager is responsible for fetching and caching Analyses results.