public static interface UDPBroadcastProtos.CacheInvalidateMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClearAll()
If true, we're invalidating the entire cache.
|
com.google.protobuf.ByteString |
getKey()
The key we're invalidating.
|
java.lang.String |
getName()
The name of the cache we're invalidating a key in.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the cache we're invalidating a key in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
The name of the cache we're invalidating a key in.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the cache we're invalidating a key in.
string name = 1;com.google.protobuf.ByteString getKey()
The key we're invalidating.
bytes key = 2;boolean getClearAll()
If true, we're invalidating the entire cache.
bool clear_all = 3;