//
pkg.gl
Category
github.com/ONSdigital/dp-geodata-api
cache
package
0.0.0-20240815083739-86b9d5918af2
Repository:
https://github.com/onsdigital/dp-geodata-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.