Versions in this module Expand all Collapse all v0 v0.1.1 Aug 30, 2018 v0.1.0 Jul 31, 2018 Changes in this version + type Cache struct + func NewCache() *Cache + func (c *Cache) Get(reqType uint16, domain string) *net.IP + func (c *Cache) Set(reqType uint16, domain string, ttl time.Duration, ip *net.IP) error