package
0.0.0-20240808175315-06c920829324
Repository: https://github.com/crocswap/graphcache-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

Attempt to refresh the cache every 4 hours (though it will still be updated only if there's more than a day's worth of data).
Bigger files make more sense but they take longer to load because of insertion sorting.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

Entry
Since we need to both partially parse and re-serialize rows from different tables, we need to dynamically unmarshal them and then parse `id` and `time` fields.