//
pkg.gl
Category
github.com/ONSdigital/dp-find-insights-poc-api
cache
package
0.0.0-20240903105804-2c14cb9d16dd
Repository:
https://github.com/onsdigital/dp-find-insights-poc-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
89 SLOC
#
Functions
CacheKey
cacheKey builds a cache key from an incoming HTTP request struct.
New
New sets up a new cache and lock manager.
#
Structs
Entry
An Entry manages cache access and locking for a single cache key.
Manager
A Manager manages the underlying cache and the dynamic set of Entries.