public class DefaultModelCache extends Object implements ModelCache
Modifier and Type | Method and Description |
---|---|
protected Object |
get(Object key) |
Object |
get(Source path,
String tag) |
Object |
get(String groupId,
String artifactId,
String version,
String tag) |
static ModelCache |
newInstance(org.eclipse.aether.RepositorySystemSession session) |
protected void |
put(Object key,
Object data) |
void |
put(Source path,
String tag,
Object data) |
void |
put(String groupId,
String artifactId,
String version,
String tag,
Object data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, get, put, put
public static ModelCache newInstance(org.eclipse.aether.RepositorySystemSession session)
public Object get(Source path, String tag)
get
in interface ModelCache
public void put(Source path, String tag, Object data)
put
in interface ModelCache
public Object get(String groupId, String artifactId, String version, String tag)
get
in interface ModelCache
public void put(String groupId, String artifactId, String version, String tag, Object data)
put
in interface ModelCache
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.