feat: local cache

pull/2036/head
withchao 2 years ago
parent ad5e4e1540
commit 32221da613

@ -27,7 +27,6 @@ type option struct {
localSuccessTTL time.Duration
localFailedTTL time.Duration
delFn []func(ctx context.Context, key ...string)
delCh func(fn func(key ...string))
target lru.Target
}

Loading…
Cancel
Save