public class DataCacheFactory extends Object
| Constructor and Description |
|---|
DataCacheFactory(Settings settings)
Creates the data cache factory.
|
| Modifier and Type | Method and Description |
|---|---|
DataCache<List<MavenArtifact>> |
getCentralCache()
Returns the data cache for Central search.
|
DataCache<List<Advisory>> |
getNodeAuditCache()
Returns the data cache for Node Audit.
|
DataCache<Model> |
getPomCache()
Returns the data cache for POM files.
|
public DataCacheFactory(Settings settings)
settings - the configuration settingspublic DataCache<List<Advisory>> getNodeAuditCache()
public DataCache<Model> getPomCache()
public DataCache<List<MavenArtifact>> getCentralCache()
Copyright © 2012–2020 OWASP. All rights reserved.