package
0.0.0-20241223194649-a468d7bbe9b2
Repository: https://github.com/google/oss-rebuild.git
Documentation: pkg.go.dev
# Functions
NewHierarchicalCache creates a new HierarchicalCache with the given base cache.
# Variables
ErrNotExist is returned when a key does not exist in the cache.
# Structs
CoalescingMemoryCache is a simple cache that coalesces concurrent requests for the same key.
HierarchicalCache is a cache that can be composed of multiple caches.
# Interfaces
Cache is a simple interface defining a cache.