Class DataCacheFactory
java.lang.Object
org.owasp.dependencycheck.data.cache.DataCacheFactory
Factory to instantiate cache repositories.
- Author:
- Jeremy Long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data cache for Central search.Returns the data cache for Node Audit.Returns the data cache for POM files.
-
Constructor Details
-
DataCacheFactory
Creates the data cache factory.- Parameters:
settings- the configuration settings
-
-
Method Details
-
getNodeAuditCache
-
getPomCache
-
getCentralCache
Returns the data cache for Central search.- Returns:
- a references to the data cache for Central search
-