Package org.openstreetmap.josm.data.cache
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
-
Interface Summary Interface Description ICachedLoaderJob<K> Interface for a job to load a single object (typically an imagery tile).ICachedLoaderListener Cache loader listener. -
Class Summary Class Description 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)CacheEntry Class that will hold JCS cache entriesCacheEntryAttributes Class that contains attributes for JCS cache entries.HostLimitQueue Queue for ThreadPoolExecutor that implements per-host limit.JCSCachedTileLoaderJob<K,V extends CacheEntry> Generic loader for HTTP based tiles.JCSCacheManager Wrapper class for JCS Cache. -
Enum Summary Enum Description ICachedLoaderListener.LoadResult Result of download