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