Versions in this module Expand all Collapse all v0 v0.14.0 Dec 18, 2024 Changes in this version + const DefaultCleanupPeriod + type Cache struct + func New() *Cache + func NewWithCleanupPeriod(cleanupPeriod time.Duration) *Cache + func (t *Cache) AddTransaction(accessToken, txnID string, u *url.URL, res *util.JSONResponse) + func (t *Cache) FetchTransaction(accessToken, txnID string, u *url.URL) (*util.JSONResponse, bool) + type CacheKey struct + AccessToken string + Endpoint string + TxnID string