Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2024 Changes in this version + func GetURLCacheDAO() *urlCacheDAO + type URLCacheDAO interface + GetURLByOriginal func(ctx context.Context, originalURL string) (string, error) + GetURLByShort func(ctx context.Context, shortURL string) (string, error) + SetBidirectionalCache func(ctx context.Context, shortURL, originalURL string, expiration time.Duration) error + SetNilCacheByShortURL func(ctx context.Context, shortURL string, expiration time.Duration) error