feat: local cache

This commit is contained in:
withchao 2024-01-15 16:27:02 +08:00
parent ad5e4e1540
commit 32221da613

View File

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