Interface TokenCacheConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TokenCacheConfig,TokenCacheConfig.Builder
public interface TokenCacheConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.UInt64ValueThe number of cache entries.com.google.protobuf.UInt64ValueOrBuilderThe number of cache entries.booleanThe number of cache entries.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCacheSize
boolean hasCacheSize()The number of cache entries. The maximum number of entries is INT64_MAX as it is constrained by underlying cache implementation. Default value 0 (i.e., proto3 defaults) disables the cache by default. Other default values will enable the cache.
.google.protobuf.UInt64Value cache_size = 1 [(.validate.rules) = { ... }- Returns:
- Whether the cacheSize field is set.
-
getCacheSize
com.google.protobuf.UInt64Value getCacheSize()The number of cache entries. The maximum number of entries is INT64_MAX as it is constrained by underlying cache implementation. Default value 0 (i.e., proto3 defaults) disables the cache by default. Other default values will enable the cache.
.google.protobuf.UInt64Value cache_size = 1 [(.validate.rules) = { ... }- Returns:
- The cacheSize.
-
getCacheSizeOrBuilder
com.google.protobuf.UInt64ValueOrBuilder getCacheSizeOrBuilder()The number of cache entries. The maximum number of entries is INT64_MAX as it is constrained by underlying cache implementation. Default value 0 (i.e., proto3 defaults) disables the cache by default. Other default values will enable the cache.
.google.protobuf.UInt64Value cache_size = 1 [(.validate.rules) = { ... }
-