public class ConversionCacheGCManager extends Object
| Modifier and Type | Field and Description | 
|---|---|
static long | 
MAX_DISK_SPACE_USAGE_KB  | 
static String | 
MAX_DISK_SPACE_USAGE_KEY  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
doGC(long deltaInKB)  | 
static boolean | 
gcIfNeeded()  | 
static long | 
getCacheSizeInKB()  | 
static int | 
getGCCalls()  | 
static int | 
getGCRuns()  | 
protected static int | 
getMaxDiskSpaceUsageKB()  | 
public static final String MAX_DISK_SPACE_USAGE_KEY
public static final long MAX_DISK_SPACE_USAGE_KB
protected static int getMaxDiskSpaceUsageKB()
public static int getGCRuns()
public static int getGCCalls()
public static long getCacheSizeInKB()
public static boolean gcIfNeeded()
public static void doGC(long deltaInKB)
Copyright © 2019 Nuxeo. All rights reserved.