Versions in this module Expand all Collapse all v0 v0.3.0 Sep 8, 2026 Changes in this version + type Option = cached.Option + func WithCache(enabled bool) Option + func WithCacheSize(size int) Option + func WithCacheTTL(ttl time.Duration) Option v0.1.0 Jul 13, 2026 Changes in this version + func New(db *sql.DB, prefix string) (trend.Store, error) + func Open(u *url.URL) (trend.Store, error)