public static class PerformanceCachingGoogleCloudStorageOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PerformanceCachingGoogleCloudStorageOptions |
build() |
PerformanceCachingGoogleCloudStorageOptions.Builder |
setInferImplicitDirectoriesEnabled(boolean inferImplicitDirectoriesEnabled)
Setting for enabling inferring of implicit directories.
|
PerformanceCachingGoogleCloudStorageOptions.Builder |
setListCachingEnabled(boolean listCachingEnabled)
Setting for list caching.
|
PerformanceCachingGoogleCloudStorageOptions.Builder |
setMaxEntryAgeMillis(long maxEntryAgeMillis)
Sets the max age of an item in cache in milliseconds.
|
public PerformanceCachingGoogleCloudStorageOptions.Builder setMaxEntryAgeMillis(long maxEntryAgeMillis)
public PerformanceCachingGoogleCloudStorageOptions.Builder setInferImplicitDirectoriesEnabled(boolean inferImplicitDirectoriesEnabled)
public PerformanceCachingGoogleCloudStorageOptions.Builder setListCachingEnabled(boolean listCachingEnabled)
public PerformanceCachingGoogleCloudStorageOptions build()
Copyright © 2018. All rights reserved.