public final class CachedConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CIPHER_TRANSFORMATION_BUS_PROPThe cipher transformation name for encrypting the cached content. | 
| static String | CIPHER_TRANSFORMATION_SYS_PROPThe cipher transformation name for encrypting the cached content. | 
| static String | CLEANER_CLEAN_ON_SHUTDOWN_BUS_PROPForces cleaning of the unclosed  CachedOutputStreaminstances onBusshutdown. | 
| static String | CLEANER_DELAY_BUS_PROPThe delay (in ms) for cleaning up unclosed  CachedOutputStreaminstances. 30 minutes
 is specified by default, the minimum value is 2 seconds. | 
| static String | MAX_SIZE_BUS_PROPThe data size in bytes to limit the maximum data size to be cached. | 
| static String | MAX_SIZE_SYS_PROPThe data size in bytes to limit the maximum data size to be cached. | 
| static String | OUTPUT_DIRECTORY_BUS_PROPThe directory name for storing the temporary files. | 
| static String | OUTPUT_DIRECTORY_SYS_PROPThe directory name for storing the temporary files. | 
| static String | THRESHOLD_BUS_PROPThe threshold value in bytes to switch from memory to file caching. | 
| static String | THRESHOLD_SYS_PROPThe threshold value in bytes to switch from memory to file caching. | 
public static final String OUTPUT_DIRECTORY_SYS_PROP
public static final String OUTPUT_DIRECTORY_BUS_PROP
public static final String THRESHOLD_SYS_PROP
public static final String THRESHOLD_BUS_PROP
public static final String MAX_SIZE_SYS_PROP
public static final String MAX_SIZE_BUS_PROP
public static final String CIPHER_TRANSFORMATION_SYS_PROP
public static final String CIPHER_TRANSFORMATION_BUS_PROP
public static final String CLEANER_DELAY_BUS_PROP
CachedOutputStream instances. 30 minutes
 is specified by default, the minimum value is 2 seconds. If the value of the delay is set to
 0 (or is negative), the cleaner will be deactivated.public static final String CLEANER_CLEAN_ON_SHUTDOWN_BUS_PROP
CachedOutputStream instances on Bus shutdown.
 The default value is "true", if the cleaner is deactivated or the value is set to "false", no
 cleanup attempt on shutdown will be performed.Apache CXF