//
pkg.gl
Category
github.com/navcoin/navexplorer-api-go/v2
internal
cache
package
2.1.9
Repository:
https://github.com/navcoin/navexplorer-api-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
3
Files
1k SLOC
#
Functions
New
Return a new cache with a given default expiration duration and cleanup interval.
NewFrom
Return a new cache with a given default expiration duration and cleanup interval.
#
Constants
DefaultExpiration
For use with functions that take an expiration time.
NoExpiration
For use with functions that take an expiration time.
RefreshingExpiration
Will retrieve the new data using the callback when retrieved and expired.
#
Variables
ErrCacheExpired
No description provided by the author
#
Structs
Cache
No description provided by the author
Item
No description provided by the author
Refresher
No description provided by the author