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, waitget, get, put, putpublic static ModelCache newInstance(org.eclipse.aether.RepositorySystemSession session)
public Object get(Source path, String tag)
get in interface ModelCachepublic void put(Source path, String tag, Object data)
put in interface ModelCachepublic Object get(String groupId, String artifactId, String version, String tag)
get in interface ModelCachepublic void put(String groupId, String artifactId, String version, String tag, Object data)
put in interface ModelCacheCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.