refactor: rename cache.

This commit is contained in:
Gordon
2024-01-22 21:14:21 +08:00
parent 9660556f35
commit 119a2c2247
7 changed files with 51 additions and 41 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
func TestName(t *testing.T) {
c := New[string](WithActively())
c := New[string](WithExpirationEvict())
//c := New[string]()
ctx := context.Background()