| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
static class |
Caches.MapObjectIconCache |
static class |
Caches.UserProfileCache |
| Modifier and Type | Field and Description |
|---|---|
private static Caches.CacheProxy<String,ImageIcon> |
Caches.MapObjectIconCache.instance |
private static Caches.CacheProxy<String,UserProfile> |
Caches.UserProfileCache.instance |
| Modifier and Type | Method and Description |
|---|---|
static Caches.CacheProxy<String,ImageIcon> |
Caches.MapObjectIconCache.getInstance() |
static Caches.CacheProxy<String,UserProfile> |
Caches.UserProfileCache.getInstance() |