Uses of Class
org.openstreetmap.josm.plugins.streetside.cache.Caches.CacheProxy
-
Packages that use Caches.CacheProxy 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. -
-
Uses of Caches.CacheProxy in org.openstreetmap.josm.plugins.streetside.cache
Subclasses of Caches.CacheProxy in org.openstreetmap.josm.plugins.streetside.cache Modifier and Type Class Description static classCaches.MapObjectIconCachestatic classCaches.UserProfileCacheFields in org.openstreetmap.josm.plugins.streetside.cache declared as Caches.CacheProxy Modifier and Type Field Description private static Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon>Caches.MapObjectIconCache. instanceprivate static Caches.CacheProxy<java.lang.String,UserProfile>Caches.UserProfileCache. instanceMethods in org.openstreetmap.josm.plugins.streetside.cache that return Caches.CacheProxy Modifier and Type Method Description static Caches.CacheProxy<java.lang.String,javax.swing.ImageIcon>Caches.MapObjectIconCache. getInstance()static Caches.CacheProxy<java.lang.String,UserProfile>Caches.UserProfileCache. getInstance()
-