package
0.1.4
Repository: https://github.com/dharitri-org/drtg-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Variables

ErrCacheCapacityInvalid signals that capacity of cache is less than 1.
ErrCacheSizeInvalid signals that size of cache is less than 1.

# Structs

KeyValuePair is a tuple of (key, value).

# Interfaces

Cacher provides caching services.
LRUCacheHandler is the interface for LRU cache.
SizedLRUCacheHandler is the interface for size capable LRU cache.

# Type aliases

ForEachItem is an iterator callback.