Uses of Class
org.owasp.dependencycheck.data.cache.DataCache
Packages that use DataCache
Package
Description
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 DataCacheModifier and TypeMethodDescriptionDataCacheFactory.getCentralCache()Returns the data cache for Central search.DataCacheFactory.getNodeAuditCache()Returns the data cache for Node Audit.DataCacheFactory.getPomCache()Returns the data cache for POM files.