Skip to content

Commit

Permalink
docs(cache:disk): add base directory expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Jul 5, 2023
1 parent f900de6 commit 0f44d80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

public class DiskBasedChunkCacheConfig extends ChunkCacheConfig {
private static final String CACHE_PATH_CONFIG = "path";
private static final String CACHE_PATH_DOC = "Cache directory";
private static final String CACHE_PATH_DOC = "Cache base directory. "
+ "It is required to exist and be writable prior to the execution of the plugin.";

public static final String TEMP_CACHE_DIRECTORY = "temp";
public static final String CACHE_DIRECTORY = "cache";
Expand Down

0 comments on commit 0f44d80

Please sign in to comment.