Expand description
Generated Cache client and native types. Generated native types and clients for cache.proto.
Structsยง
- Cache
- Cache models the shared Gestalt cache-provider protocol.
- Cache
Delete Many Request - CacheDeleteManyRequest removes multiple cache keys in one RPC.
- Cache
Delete Many Response - CacheDeleteManyResponse reports how many keys were deleted.
- Cache
Delete Request - CacheDeleteRequest removes one cache key.
- Cache
Delete Response - CacheDeleteResponse reports whether one key existed and was deleted.
- Cache
GetMany Request - CacheGetManyRequest loads multiple cache keys in one RPC.
- Cache
GetMany Response - CacheGetManyResponse returns every lookup result for GetMany.
- Cache
GetRequest - CacheGetRequest loads one cache key.
- Cache
GetResponse - CacheGetResponse is the result of looking up one cache key.
- Cache
Result - CacheResult is one lookup result returned by GetMany.
- Cache
SetEntry - CacheSetEntry is one key/value pair written by SetMany.
- Cache
SetMany Request - CacheSetManyRequest writes multiple cache keys in one RPC.
- Cache
SetRequest - CacheSetRequest writes one cache key.
- Cache
Touch Request - CacheTouchRequest extends the TTL for one cache key.
- Cache
Touch Response - CacheTouchResponse reports whether a key existed and had its TTL updated.