public class CacheUtils extends Object
| Constructor and Description |
|---|
CacheUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Integer> |
parsePreloadFoldersList(String[] preloadFolders)
Parses a list of preloaded folder paths and their depths, in the following format: {PATH}:{DEPTH}
|
public static Map<String,Integer> parsePreloadFoldersList(String[] preloadFolders)
preloadFolders - the list of folder paths to preloadkey = preload path and value = depthCopyright © 2020 CrafterCMS. All rights reserved.