Uses of Class
org.owasp.dependencycheck.data.cache.DataCache
-
Packages that use DataCache Package Description org.owasp.dependencycheck.data.cache Implements a generic persisted cache that can be used to store results of external analysis between executions. -
-
Uses of DataCache in org.owasp.dependencycheck.data.cache
Methods in org.owasp.dependencycheck.data.cache that return DataCache Modifier and Type Method Description DataCache<java.util.List<MavenArtifact>>
DataCacheFactory. getCentralCache()
Returns the data cache for Central search.DataCache<java.util.List<Advisory>>
DataCacheFactory. getNodeAuditCache()
Returns the data cache for Node Audit.DataCache<Model>
DataCacheFactory. getPomCache()
Returns the data cache for POM files.
-