public class PerformanceCachingGoogleCloudStorageOptions
extends java.lang.Object
PerformanceCachingGoogleCloudStorage.| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceCachingGoogleCloudStorageOptions.Builder
Builder class for PerformanceCachingGoogleCloudStorageOptions.
|
| Modifier and Type | Field and Description |
|---|---|
static boolean |
LIST_CACHING_ENABLED
Flag to enable list caching.
|
static long |
MAX_ENTRY_AGE_MILLIS_DEFAULT
Max age of an item in cache in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxEntryAgeMillis()
Gets the max age of an item in cache in milliseconds.
|
boolean |
isInferImplicitDirectoriesEnabled()
Gets if implicit directories are inferred.
|
boolean |
isListCachingEnabled()
Gets if list caching is enabled.
|
static PerformanceCachingGoogleCloudStorageOptions.Builder |
newBuilder() |
public static final long MAX_ENTRY_AGE_MILLIS_DEFAULT
public static final boolean LIST_CACHING_ENABLED
public long getMaxEntryAgeMillis()
public boolean isInferImplicitDirectoriesEnabled()
public boolean isListCachingEnabled()
public static PerformanceCachingGoogleCloudStorageOptions.Builder newBuilder()
Copyright © 2018. All rights reserved.