//
pkg.gl
Category
github.com/containerd/stargz-snapshotter
util
cacheutil
package
0.16.3
Repository:
https://github.com/containerd/stargz-snapshotter.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
175 SLOC
#
Functions
NewLRUCache
NewLRUCache creates new lru cache.
NewTTLCache
NewTTLCache creates a new ttl-based cache.
#
Structs
LRUCache
LRUCache is "groupcache/lru"-like cache.
TTLCache
TTLCache is a ttl-based cache with reference counters.