rename the "cache" folder to "renderCache"

Just to make the folder's purpose a bit more obvious
This commit is contained in:
James Seibel
2023-05-19 22:45:25 -05:00
parent 7444670189
commit 7a723bdf14
@@ -13,7 +13,7 @@ import java.io.File;
*/
public abstract class AbstractSaveStructure implements AutoCloseable
{
public static final String RENDER_CACHE_FOLDER = "cache";
public static final String RENDER_CACHE_FOLDER = "renderCache";
public static final String DATA_FOLDER = "data";
protected static final Logger LOGGER = DhLoggerBuilder.getLogger();