RetentionManager(context: Context, retentionPeriod: Period = Period.ONE_WEEK)
Class responsible of holding the logic for the retention of your HTTP transactions and your throwable. You can customize how long data should be stored here.
retentionPeriod - A Period to specify the retention of data. Default 1 week.