Versions in this module Expand all Collapse all v1 v1.2.0 Aug 9, 2025 v1.1.0 Aug 5, 2025 Changes in this version + type ExchangeRateCache interface + Delete func(key string) error + Get func(key string) (*domain.ExchangeRate, error) + GetLastUpdate func(key string) (time.Time, error) + Set func(key string, rate *domain.ExchangeRate, ttl time.Duration) error + SetLastUpdate func(key string, t time.Time) error