You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/cache
wxiaoguang 4f27c28947
Remove legacy `unknwon/com` package (#19298)
Follows: #19284
* The `CopyDir` is only used inside test code
* Rewrite `ToSnakeCase` with more test cases
* The `RedisCacher` only put strings into cache, here we use internal `toStr` to replace the legacy `ToStr`
* The `UniqueQueue` can use string as ID directly, no need to call `ToStr`
2 years ago
..
cache.go format with gofumpt (#18184) 2 years ago
cache_redis.go Remove legacy `unknwon/com` package (#19298) 2 years ago
cache_test.go format with gofumpt (#18184) 2 years ago
cache_twoqueue.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago