mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
This commit is contained in:
10
plugin/cache/README.md
vendored
10
plugin/cache/README.md
vendored
@@ -1,6 +1,14 @@
|
||||
# cache
|
||||
|
||||
*cache* enables a frontend cache. It will cache all records except zone transfers and metadata records.
|
||||
## Name
|
||||
|
||||
*cache* - enables a frontend cache.
|
||||
|
||||
## Description
|
||||
|
||||
With *cache* enabled all records except zone transfers and metadata records will be cached for up to
|
||||
3600s. Caching is mostly useful in a scenario when fetching data from the backend (upstream,
|
||||
database, etc.) is expensive.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user