CacheStorageConfiguration
Deprecated
This will be removed 12 months after the next release.
Configuration parameters for a CacheStorageConfiguration.
Parameters
The maximum disk size of the persistent cache storage. The parameter defaults to DEFAULT_MAX_DISK_SIZE. The value must be greater than or equal to MINIMUM_REQUIRED_DISK_SIZE if NdsLiveFeature feature toggle is enabled. Otherwise, it must be greater than zero megabytes.
Types
Properties
The full path to the persistent cache storage directory. The directory must exist and be writable. If the parameter is omitted or set to null, the default cache storage directory will be used.
The maximum disk size of the persistent cache storage. The parameter defaults to DEFAULT_MAX_DISK_SIZE. The value must be greater than or equal to MINIMUM_REQUIRED_DISK_SIZE if NdsLiveFeature feature toggle is enabled. Otherwise, it must be greater than zero megabytes.
Functions
Checks if this CacheStorageConfiguration object is equal to another object.
Generates a hash code for this CacheStorageConfiguration object.