Files
coredns/middleware
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
..
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-23 09:14:12 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-23 09:14:12 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-23 23:00:50 +01:00
2016-09-23 09:14:12 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-09-25 08:39:20 +01:00
2016-03-19 07:32:50 +00:00
2016-09-17 17:09:05 +01:00
2016-09-07 12:55:41 +00:00
2016-09-21 17:01:19 +01:00