package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewLRUExpireCache creates an expiring cache with the given size.
NewLRUExpireCacheWithClock creates an expiring cache with the given size, using the specified clock to obtain the current time.
# Structs
LRUExpireCache is a cache that ensures the mostly recently accessed keys are returned with a ttl beyond which keys are forcibly expired.
# Interfaces
Clock defines an interface for obtaining the current time.
# Type aliases
No description provided by the author