public interface ITileCache
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITileCache.TileReader |
static interface |
ITileCache.TileWriter |
| Modifier and Type | Method and Description |
|---|---|
ITileCache.TileReader |
getTile(Tile tile) |
void |
setCacheSize(long size) |
ITileCache.TileWriter |
writeTile(Tile tile) |
ITileCache.TileWriter writeTile(Tile tile)
tile - The accessed tile.ITileCache.TileReader getTile(Tile tile)
tile - The accessed tile.void setCacheSize(long size)
size - The size for the cache directionary.