package
0.5.9
Repository: https://github.com/kusionstack/karpor.git
Documentation: pkg.go.dev

# Functions

NewCache creates a new Cache instance with a specified expiration time.

# Structs

Cache manages the caching of items based on keys with expiration time for cached items.
CacheItem represents an item stored in the cache along with its expiration time.