Package | Description |
---|---|
org.openstreetmap.josm.data.cache | |
org.openstreetmap.josm.data.imagery |
Modifier and Type | Class and Description |
---|---|
class |
JCSCachedTileLoaderJob<K,V extends CacheEntry> |
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageCacheEntry
Cache Entry that has methods to get the BufferedImage, that will be cached along in memory
but will be not serialized when saved to the disk (to avoid duplication of data)
|
Modifier and Type | Field and Description |
---|---|
protected V |
JCSCachedTileLoaderJob.cacheData |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
ICachedLoaderJob.get()
fetches object from cache, or returns null when object is not found
|
Modifier and Type | Method and Description |
---|---|
void |
ICachedLoaderListener.loadingFinished(CacheEntry data,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result)
Will be called when K object processed.
|
Modifier and Type | Method and Description |
---|---|
void |
TMSCachedTileLoaderJob.loadingFinished(CacheEntry object,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result) |
private boolean |
TMSCachedTileLoaderJob.tryLoadTileImage(CacheEntry object) |