Skip to content

Commit

Permalink
Update NonLeafCertificateChainCache.Get comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Apr 16, 2024
1 parent f68f710 commit a3df2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trillian/ctfe/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type NonLeafCertificateChainCache interface {
// Contains returns whether the hash exists in the cache.
Contains(ctx context.Context, hash string) (bool, error)

// Get returns the non-leaf certificate chain by the hash.
// Get returns the non-leaf certificate chain associated with the provided hash.
Get(ctx context.Context, hash string) ([]byte, error)

// Set inserts the key-value pair of non-leaf certificate chain.
Expand Down

0 comments on commit a3df2b1

Please sign in to comment.