Interface ITileCache


public interface ITileCache
  • Method Details

    • writeTile

      ITileCache.TileWriter writeTile(Tile tile)
      Parameters:
      tile - The accessed tile.
      Returns:
      The CacheFile which contains the Fileoutputstream for the cache.
    • getTile

      ITileCache.TileReader getTile(Tile tile)
      Parameters:
      tile - The accessed tile.
      Returns:
      The stored file for this tile or null if tile is not stored.
    • setCacheSize

      void setCacheSize(long size)
      Parameters:
      size - The size for the cache directionary.