| Package | Description |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.test.impl | |
| org.sonatype.aether.util |
| Modifier and Type | Method and Description |
|---|---|
RepositoryCache |
RepositorySystemSession.getCache()
Gets the cache the repository system may use to save data for future reuse during the session.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryCache |
TestRepositorySystemSession.getCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRepositoryCache
A simplistic repository cache backed by a
ConcurrentHashMap. |
| Modifier and Type | Method and Description |
|---|---|
RepositoryCache |
DefaultRepositorySystemSession.getCache() |
RepositoryCache |
FilterRepositorySystemSession.getCache() |
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setCache(RepositoryCache cache)
Sets the cache the repository system may use to save data for future reuse during the session.
|
Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.