Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRepositoryCache
A simplistic repository cache backed by a thread-safe map.
|
Modifier and Type | Method and Description |
---|---|
RepositoryCache |
DefaultRepositorySystemSession.getCache() |
RepositoryCache |
AbstractForwardingRepositorySystemSession.getCache() |
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 |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setCache(RepositoryCache cache)
Sets the cache the repository system may use to save data for future reuse during the session.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.