Package nl.bebr.mapviewer.data.cache
-
Interface Summary Interface Description TileService<T> Interface of Tile service.WritableTileService<T> Interface of tile service, which is capable of persisting tiles. -
Class Summary Class Description OfflineTile<T> Offline version ofTile.OfflineTileFactory<T> Copied some code from AbstractTileFactory, so I can use own TileRunner, which does all the reading and writing to the cacheOfflineTileRunner<T> Runner does the loading.TileCacheInfo Transfer object with information aboutTileTileRepository<T> Uses lookup to find all implementations ofTileServiceinterface.