Skip to main content

Module cache

Module cache 

Source
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.
CacheDeleteManyRequest
CacheDeleteManyRequest removes multiple cache keys in one RPC.
CacheDeleteManyResponse
CacheDeleteManyResponse reports how many keys were deleted.
CacheDeleteRequest
CacheDeleteRequest removes one cache key.
CacheDeleteResponse
CacheDeleteResponse reports whether one key existed and was deleted.
CacheGetManyRequest
CacheGetManyRequest loads multiple cache keys in one RPC.
CacheGetManyResponse
CacheGetManyResponse returns every lookup result for GetMany.
CacheGetRequest
CacheGetRequest loads one cache key.
CacheGetResponse
CacheGetResponse is the result of looking up one cache key.
CacheResult
CacheResult is one lookup result returned by GetMany.
CacheSetEntry
CacheSetEntry is one key/value pair written by SetMany.
CacheSetManyRequest
CacheSetManyRequest writes multiple cache keys in one RPC.
CacheSetRequest
CacheSetRequest writes one cache key.
CacheTouchRequest
CacheTouchRequest extends the TTL for one cache key.
CacheTouchResponse
CacheTouchResponse reports whether a key existed and had its TTL updated.