Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside |
The main package in which all core-code (so at the moment all code) resides.
|
org.openstreetmap.josm.plugins.streetside.cache |
This package is all about caching resources downloaded from
mapillary.com
for faster access to those resources in the future.
|
Modifier and Type | Field and Description |
---|---|
private UserProfile |
StreetsideSequence.user |
Modifier and Type | Method and Description |
---|---|
UserProfile |
StreetsideSequence.getUser() |
UserProfile |
StreetsideImage.getUser() |
Modifier and Type | Field and Description |
---|---|
private static Caches.CacheProxy<String,UserProfile> |
Caches.UserProfileCache.instance |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.jcs.access.CacheAccess<String,UserProfile> |
Caches.UserProfileCache.createNewCache() |
static Caches.CacheProxy<String,UserProfile> |
Caches.UserProfileCache.getInstance() |