Versions in this module Expand all Collapse all v0 v0.8.0 Feb 21, 2026 v0.7.0 Feb 19, 2026 Changes in this version + const CacheFileName + const CacheVersion + const DefaultCacheDir + func LoadOrRefresh(ctx context.Context, m *lifecycle.Manager, opts Options) error + func SetOptions(m *lifecycle.Manager, opts Options) + type Cache struct + ConfigHash string + ContentDir string + Feeds []CachedFeed + Files map[string]FileInfo + GeneratedAt time.Time + GlobPatterns []string + Posts map[string]CachedPost + Version int + type CachedFeed struct + Name string + Path string + PostPaths []string + Title string + type CachedPost struct + Author *string + Authors []string + CharCount int + Content string + Date *time.Time + Description *string + Draft bool + Extra map[string]any + Href string + Path string + Private bool + Published bool + ReadingTime int + SecretKey string + Skip bool + Slug string + Tags []string + Template string + Templates map[string]string + Title *string + WordCount int + type FileInfo struct + ModTime int64 + Size int64 + type Options struct + CacheDir string + ConfigHash string + func OptionsFromManager(m *lifecycle.Manager) (Options, bool)