Interface IDhApiTerrainDataCache


public interface IDhApiTerrainDataCache
Can be used to drastically speed up repeat read operations in IDhApiTerrainDataRepo.
Since:
API 3.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes any data that's currently stored in this cache.
  • Method Details

    • clear

      void clear()
      Removes any data that's currently stored in this cache. This cane be done to free up memory or invalidate the cache so fresh data can be pulled in.

      This should be called before de-referencing this object so DH can handle any necessary cleanup for internal objects.