package
3.1.0-RC1+incompatible
Repository: https://github.com/tarampampam/mikrotik-hosts-parser.git
Documentation: pkg.go.dev

# Functions

NewInMemoryCache creates inmemory storage with TTL.
NewRedisCache creates new redis cache instance.

# Variables

ErrClosed means "cache was closed".
ErrEmptyData means "no data provided".
ErrEmptyKey means "empty key is used".

# Structs

No description provided by the author
RedisCache is a redis cache implementation.

# Interfaces

Cacher is a byte-based cache with TTL.