public abstract class PerformanceCachingGoogleCloudStorageOptions extends Object
PerformanceCachingGoogleCloudStorage.| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceCachingGoogleCloudStorageOptions.Builder
Builder class for PerformanceCachingGoogleCloudStorageOptions.
|
| Modifier and Type | Field and Description |
|---|---|
static PerformanceCachingGoogleCloudStorageOptions |
DEFAULT |
static long |
MAX_ENTRY_AGE_MILLIS_DEFAULT
Max age of an item in cache in milliseconds.
|
| Constructor and Description |
|---|
PerformanceCachingGoogleCloudStorageOptions() |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceCachingGoogleCloudStorageOptions.Builder |
builder() |
abstract long |
getMaxEntryAgeMillis()
Gets the max age of an item in cache in milliseconds.
|
abstract PerformanceCachingGoogleCloudStorageOptions.Builder |
toBuilder() |
public static final long MAX_ENTRY_AGE_MILLIS_DEFAULT
public static final PerformanceCachingGoogleCloudStorageOptions DEFAULT
public PerformanceCachingGoogleCloudStorageOptions()
public static PerformanceCachingGoogleCloudStorageOptions.Builder builder()
public abstract PerformanceCachingGoogleCloudStorageOptions.Builder toBuilder()
public abstract long getMaxEntryAgeMillis()
Copyright © 2024. All rights reserved.