Categorygithub.com/overmindtech/sdpcache
modulepackage
1.6.4
Repository: https://github.com/overmindtech/sdpcache.git
Documentation: pkg.go.dev

# README

sdpcache

Go Reference

The library provides a flexible and configurable cache for SDP items. It has the following features:

  • Caching of both items and errors
  • Configurable cache duration per-item
  • Intelligent purging logic adapts purge frequency to cache content
  • Useful statistics

See the reference docs for more info.

# Functions

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

# Constants

MinWaitDefault The default minimum wait time.

# Variables

No description provided by the author

# Structs

No description provided by the author
CachedResult An item including cache metadata.
No description provided by the author
No description provided by the author
PurgeStats Stats about the Purge.
SST A combination of SourceName, Scope and Type, all of which must be provided.

# Type aliases

SSTHash Represents the hash of `SourceName`, `Scope` and `Type`.