Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow changing builder default ttl (#43)
Allow the `SimpleCacheClientBuilder` default ttl to be modified by adding a new function. This is necessary if we want to be able to create several clients with different ttls after initializing the builder. For example, this is desirable in the proxy where we want to allow a different ttl for each cache but use the same underlying grpc channels.
- Loading branch information