-
- All Implemented Interfaces:
public class CachingParametersThe configuration of a caching task.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCachingParameters.BuilderThe builder for the caching parameters.
-
Method Summary
Modifier and Type Method Description DategetExpirationDate()The expiration date of the cached data. StringgetAmount()The amount of data to cache for the given stream. LonggetBandwidth()See bandwidth for field information -
-
Method Detail
-
getExpirationDate
@Nullable() Date getExpirationDate()
The expiration date of the cached data.
Default: 30 minutes after starting the caching task.
-
getAmount
@NonNull() String getAmount()
The amount of data to cache for the given stream. Possible formats:
- A number in seconds.
- A percentage string (XX%) for a proportion of the content duration.
Default: "100%"
-
getBandwidth
@Nullable() Long getBandwidth()
See bandwidth for field information
-
-
-
-