refactor: rename constants.go to cache_policy.go
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
// Package jikan provides a client for the Jikan v4 API.
|
|
||||||
package jikan
|
package jikan
|
||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
|
// Cache TTLs used by the Jikan client for endpoint responses.
|
||||||
const shortCacheTTL = time.Hour // 1 hour - for frequently changing data
|
const shortCacheTTL = time.Hour // 1 hour - for frequently changing data
|
||||||
const longCacheTTL = time.Hour * 24 // 24 hours - for stable data like genres
|
const longCacheTTL = time.Hour * 24 // 24 hours - for stable data like genres
|
||||||
const producerCacheTTL = time.Hour * 24 * 30
|
const producerCacheTTL = time.Hour * 24 * 30
|
||||||
Reference in New Issue
Block a user