Uses of Class
org.openstreetmap.josm.data.cache.CacheEntry
-
Packages that use CacheEntry Package Description org.openstreetmap.josm.data.cache Provides the classes for JOSM cache of imagery tiles, backed up by JCS.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes. -
-
Uses of CacheEntry in org.openstreetmap.josm.data.cache
Classes in org.openstreetmap.josm.data.cache with type parameters of type CacheEntry Modifier and Type Class Description class
JCSCachedTileLoaderJob<K,V extends CacheEntry>
Generic loader for HTTP based tiles.Subclasses of CacheEntry in org.openstreetmap.josm.data.cache Modifier and Type Class 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)Fields in org.openstreetmap.josm.data.cache declared as CacheEntry Modifier and Type Field Description protected V
JCSCachedTileLoaderJob. cacheData
Methods in org.openstreetmap.josm.data.cache that return CacheEntry Modifier and Type Method Description CacheEntry
ICachedLoaderJob. get()
fetches object from cache, or returns null when object is not foundMethods in org.openstreetmap.josm.data.cache with parameters of type CacheEntry Modifier and Type Method Description void
ICachedLoaderListener. loadingFinished(CacheEntry data, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
Will be called when K object processed. -
Uses of CacheEntry in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery with parameters of type CacheEntry Modifier and Type Method Description void
TMSCachedTileLoaderJob. loadingFinished(CacheEntry object, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
private boolean
TMSCachedTileLoaderJob. tryLoadTileImage(CacheEntry object)
-