mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-23 20:20:46 +08:00
9 lines
119 B
Go
9 lines
119 B
Go
package torznab
|
|
|
|
import (
|
|
"polaris/pkg/cache"
|
|
"time"
|
|
)
|
|
|
|
var cc = cache.NewCache[string, *Response](time.Minute * 30)
|