coredns/middleware/pkg
Miek Gieben e54c232c8c middleware/cache: split cache in positive and negative and use lru (#298)
Make the cache memory bounded, by using a LRU cache. Also split the
cache in a positive and negative one - each with its own controls.

Extend the cache stanza to allow for this:

    cache {
       positive limit [ttl]
       negative limit [ttl]
    }

is now possible. This also add a cache_test.go in the toplevel test/
directory that exercises the caching path.

Fixes #260
2016-10-02 08:31:44 +01:00
..
dnsrecorder Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
dnsutil Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
edns Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
rcode Run golint and go vet (#276) 2016-09-21 17:01:19 +01:00
replacer Cleanup: put middleware helper functions in pkgs (#245) 2016-09-07 11:10:16 +01:00
response middleware/cache: split cache in positive and negative and use lru (#298) 2016-10-02 08:31:44 +01:00
singleflight Cleanup: put middleware helper functions in pkgs (#245) 2016-09-07 11:10:16 +01:00
storage Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
strings Lister refactor kubernetes/kubernetes#33269 2016-09-23 10:23:11 -03:00