rename API getSoftCache -> createSoftCahe

This commit is contained in:
James Seibel
2025-12-09 20:57:27 -06:00
parent 91240e4f7a
commit c1c4328fa5
2 changed files with 5 additions and 3 deletions
@@ -162,8 +162,10 @@ public interface IDhApiTerrainDataRepo
/**
* @return a {@link IDhApiTerrainDataCache} backed by {@link java.lang.ref.SoftReference}'s.
* @since API 3.0.0
* @since API 5.0.0
*/
IDhApiTerrainDataCache getSoftCache();
IDhApiTerrainDataCache createSoftCache();
}